GET /api/bet_types/71f8a682-3d10-451a-ad82-f29c341cd5b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71f8a682-3d10-451a-ad82-f29c341cd5b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36e5e50-b6e7-4d32-9bf9-20b710719d7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UTSA",
                "amount": 7500.0
            },
            {
                "team": "North Texas",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1648fe5-f05b-49d0-a514-4939265c0f59",
            "gambit_id": "66867647-d1ef-41d8-b323-8b796d9f2e6c",
            "last_updated": "2022-10-23T19:37:03.981071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71f8a682-3d10-451a-ad82-f29c341cd5b7/?format=api"
        },
        {
            "id": "d5a0eaee-8d8b-41a9-9de0-77661d782920",
            "gambit_id": "86c0de22-b532-42e7-95d0-0b895041de85",
            "last_updated": "2022-10-23T19:37:03.982065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71f8a682-3d10-451a-ad82-f29c341cd5b7/?format=api"
        }
    ]
}