GET /api/bet_types/0933462d-5f3f-4827-bb4f-17b7017b4668/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0933462d-5f3f-4827-bb4f-17b7017b4668",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9e6eb7d-9b2d-4d7a-b9e3-3683faadd3b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T18:53:07.843537-04: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": "MIL (A Houser)",
                "amount": 5970.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4030.0
            }
        ],
        "expected_reward_tokens": 9551.1,
        "profit_sb": 51.1,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "99efd380-cdcc-41aa-89bd-e22dffa26c63",
            "gambit_id": "e45144c9-2998-42a0-9351-5819bb3e787f",
            "last_updated": "2023-09-27T18:53:11.528078-04:00",
            "created_at": "2023-09-26T18:53:07.860487-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.60000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0933462d-5f3f-4827-bb4f-17b7017b4668/?format=api"
        },
        {
            "id": "a280520d-685e-4b33-804a-bfd4dabf5893",
            "gambit_id": "6e803db5-859d-4e81-a17c-2f0dcea21dc6",
            "last_updated": "2023-09-27T18:53:11.524479-04:00",
            "created_at": "2023-09-26T18:53:07.853605-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0933462d-5f3f-4827-bb4f-17b7017b4668/?format=api"
        }
    ]
}