GET /api/bet_types/73cfd461-ec67-4440-a5a0-5fb55f21110d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73cfd461-ec67-4440-a5a0-5fb55f21110d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c8fe29-6411-47ca-93ac-e73a4ed85634/?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": "Boston Celtics",
                "amount": 6047.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "587603ce-8547-4b1f-b60a-387e2f41245b",
            "gambit_id": "83ef1070-d815-4801-8483-de212531d065",
            "last_updated": "2022-12-14T10:22:17.441811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73cfd461-ec67-4440-a5a0-5fb55f21110d/?format=api"
        },
        {
            "id": "bd091cd4-8afd-4fd6-8a5f-263e917fcd98",
            "gambit_id": "180aa295-4b55-4b74-ae56-b6cbf0af261d",
            "last_updated": "2022-12-14T10:22:17.440657-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73cfd461-ec67-4440-a5a0-5fb55f21110d/?format=api"
        }
    ]
}