GET /api/bet_types/3f4c60e6-f9bd-437d-82b3-958aa8096b9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f4c60e6-f9bd-437d-82b3-958aa8096b9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/39307d27-00fa-42fe-a35e-fc265b2f3f41/?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": "Toronto Raptors",
                "amount": 6869.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9204.46,
        "profit_sb": 204.46,
        "profit_sb_percentage": 2.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "00a62188-bcb5-4c3e-b4a4-edcd05c871a6",
            "gambit_id": "efb3ff99-7d82-49f1-9b78-925ac3798ec4",
            "last_updated": "2022-11-03T09:43:22.385698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f4c60e6-f9bd-437d-82b3-958aa8096b9a/?format=api"
        },
        {
            "id": "7ad43275-d48f-4223-81f0-afb920e10708",
            "gambit_id": "8c4c35e5-dc6d-47ed-a8e2-9e20f7ecdd2e",
            "last_updated": "2022-11-03T09:43:22.384737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.94000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f4c60e6-f9bd-437d-82b3-958aa8096b9a/?format=api"
        }
    ]
}