GET /api/bet_types/081b771d-4a2f-4773-ad65-47e46f1fcceb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "081b771d-4a2f-4773-ad65-47e46f1fcceb",
    "match": "https://api-prod.gambitprofit.com/api/matches/58f11d72-f7c7-44ff-8733-b3854e186300/?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": "TOR (K Gausman)",
                "amount": 5217.0
            },
            {
                "team": "NYY (L Severino)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "940bfee9-b553-4583-828e-12c2fcfe73c9",
            "gambit_id": "843e0244-2953-4995-9691-101401712a53",
            "last_updated": "2022-09-27T09:27:22.393194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (K Gausman)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b771d-4a2f-4773-ad65-47e46f1fcceb/?format=api"
        },
        {
            "id": "2c8b3c7c-5166-4454-bfa1-52ce34ab4688",
            "gambit_id": "6e8fb9a4-a719-43fa-8174-fdf32620c68d",
            "last_updated": "2022-09-27T09:27:22.394344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (L Severino)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b771d-4a2f-4773-ad65-47e46f1fcceb/?format=api"
        }
    ]
}