GET /api/bet_types/83dccdcc-06f8-4a33-8c4e-9e6e19d96f42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83dccdcc-06f8-4a33-8c4e-9e6e19d96f42",
    "match": "https://api-prod.gambitprofit.com/api/matches/f529a6d2-b66f-4c63-acc7-e4ad38bb67f2/?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": "ARI (M Bumgarner)",
                "amount": 5755.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4245.0
            }
        ],
        "expected_reward_tokens": 9380.65,
        "profit_sb": 380.65,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "1947b3fb-fa1f-484b-864d-04c6f54ac9e3",
            "gambit_id": "30fdb1e9-ec43-46fc-9a63-0b2daeddb696",
            "last_updated": "2022-08-11T09:37:08.107433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83dccdcc-06f8-4a33-8c4e-9e6e19d96f42/?format=api"
        },
        {
            "id": "31fedab2-0dda-4b5f-89aa-158192a183d3",
            "gambit_id": "d8d27444-ba0d-4ba8-9ae6-483a2fb988d9",
            "last_updated": "2022-08-11T09:37:08.107808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (M Keller)",
            "reward": "2.21000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83dccdcc-06f8-4a33-8c4e-9e6e19d96f42/?format=api"
        }
    ]
}