GET /api/bet_types/562b557b-3417-497e-9677-856d988f4fa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "562b557b-3417-497e-9677-856d988f4fa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/54e24bc3-e918-448c-9112-dc712e782865/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Florida State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida State",
                "amount": 9041.0
            },
            {
                "team": "UL Lafayette",
                "amount": 959.0
            }
        ],
        "expected_reward_tokens": 9398.2,
        "profit_sb": 398.2,
        "profit_sb_percentage": 4.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "df2c3de1-d336-42e1-aad0-da2e1b50087a",
            "gambit_id": "28f02962-1922-49be-8085-9fa39e66f080",
            "last_updated": "2022-11-21T12:04:05.453921-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/562b557b-3417-497e-9677-856d988f4fa2/?format=api"
        },
        {
            "id": "4d2d066f-1ac3-4b6c-89a2-629cfca6120b",
            "gambit_id": "d3f548c8-a814-4b68-b61f-954c1f3daa03",
            "last_updated": "2022-11-21T12:04:05.455105-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "9.80000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/562b557b-3417-497e-9677-856d988f4fa2/?format=api"
        }
    ]
}