GET /api/bet_types/6a052ccb-4c19-4972-991a-9a15e314d9c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a052ccb-4c19-4972-991a-9a15e314d9c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/39e4785a-7da1-46b5-bbc7-ccb1518f00ac/?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": "Oregon State",
                "amount": 5945.0
            },
            {
                "team": "Washington State",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "99004204-5508-46b3-a87b-53e3f61b3d81",
            "gambit_id": "87cc649b-064c-4ba8-8db9-234e503f4181",
            "last_updated": "2022-10-17T10:01:53.735681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a052ccb-4c19-4972-991a-9a15e314d9c3/?format=api"
        },
        {
            "id": "8ab663a1-bee3-4db6-ab4b-28cc1202c130",
            "gambit_id": "ae905f50-04ae-4872-bcf1-f98c27f8e586",
            "last_updated": "2022-10-17T10:01:53.736640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a052ccb-4c19-4972-991a-9a15e314d9c3/?format=api"
        }
    ]
}