GET /api/bet_types/3fda101b-71f4-474d-a13b-a39060651311/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fda101b-71f4-474d-a13b-a39060651311",
    "match": "https://api-prod.gambitprofit.com/api/matches/85271b34-869a-4905-9157-858b2e70e397/?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": "TAM (S McClanahan)",
                "amount": 6882.0
            },
            {
                "team": "LAA (M Mayers)",
                "amount": 3118.0
            }
        ],
        "expected_reward_tokens": 9290.7,
        "profit_sb": 290.7,
        "profit_sb_percentage": 3.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7daa20e-7e0c-4b0e-9a4d-1056449335f2",
            "gambit_id": "f30b2676-88c3-48b2-859b-d33015d70900",
            "last_updated": "2022-08-25T10:17:08.937293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fda101b-71f4-474d-a13b-a39060651311/?format=api"
        },
        {
            "id": "1e65af34-4c2b-4d96-bea8-b86468603242",
            "gambit_id": "4c0205d8-4d1a-474f-81ca-90222813acf4",
            "last_updated": "2022-08-25T10:17:08.937738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (M Mayers)",
            "reward": "2.98000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fda101b-71f4-474d-a13b-a39060651311/?format=api"
        }
    ]
}