GET /api/bet_types/0c1ef603-c11a-4da1-b2c6-61fa46807a98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c1ef603-c11a-4da1-b2c6-61fa46807a98",
    "match": "https://api-prod.gambitprofit.com/api/matches/48853991-dd64-42cf-8155-efdc7181a41f/?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": "Pittsburgh",
                "amount": 7067.0
            },
            {
                "team": "West Virginia",
                "amount": 2933.0
            }
        ],
        "expected_reward_tokens": 9326.94,
        "profit_sb": 326.94,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "9304f8dc-5c80-4ac1-b606-e360ae990b49",
            "gambit_id": "56dd1601-13ec-4cf6-8520-343796c66cd5",
            "last_updated": "2022-09-02T09:36:51.671040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef603-c11a-4da1-b2c6-61fa46807a98/?format=api"
        },
        {
            "id": "ea6dac95-8cb2-41fe-ac4d-0eb618d86d7f",
            "gambit_id": "390769ba-f148-4414-a4e2-66650053dc90",
            "last_updated": "2022-09-02T09:36:51.671561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef603-c11a-4da1-b2c6-61fa46807a98/?format=api"
        }
    ]
}