GET /api/bet_types/a230a524-af00-4481-afa3-a11aa81cfebd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a230a524-af00-4481-afa3-a11aa81cfebd",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b360d4-908a-466f-ab45-3b445cccf52a/?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": "Boise State",
                "amount": 7199.0
            },
            {
                "team": "BYU",
                "amount": 2801.0
            }
        ],
        "expected_reward_tokens": 9214.72,
        "profit_sb": 214.72,
        "profit_sb_percentage": 2.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "51aab30d-795b-47cb-a81b-3c5d9fd4ac19",
            "gambit_id": "98a4c067-b9f9-4b27-afc3-85b41151865e",
            "last_updated": "2022-11-06T16:08:18.476144-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a230a524-af00-4481-afa3-a11aa81cfebd/?format=api"
        },
        {
            "id": "1b19af5a-93cd-4f10-abe0-3cc115437abf",
            "gambit_id": "678270fe-9d58-45bb-aabf-c67089cb6a9c",
            "last_updated": "2022-11-06T16:08:18.475160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "3.29000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a230a524-af00-4481-afa3-a11aa81cfebd/?format=api"
        }
    ]
}