GET /api/bet_types/3c725082-f6f3-447c-b7dd-89756c884bd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c725082-f6f3-447c-b7dd-89756c884bd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64f26be-112d-4720-ab2e-da0839e25562/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T00:32:07.711965-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": "Bowling Green",
                "amount": 5974.0
            },
            {
                "team": "New Mexico State",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f13a319-338f-4120-b557-90803ce06fc6",
            "gambit_id": "3a8af8e1-2fac-4e0a-adfb-4e69c9df84dd",
            "last_updated": "2022-12-27T10:22:02.042522-05:00",
            "created_at": "2022-12-26T00:32:07.713576-05:00",
            "name": "Bowling Green",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c725082-f6f3-447c-b7dd-89756c884bd2/?format=api"
        },
        {
            "id": "a9fa613b-14f1-44de-aa04-264809119381",
            "gambit_id": "199c0e45-07bd-4eac-b396-fd3b196b590d",
            "last_updated": "2022-12-27T10:22:02.043666-05:00",
            "created_at": "2022-12-26T00:32:07.715021-05:00",
            "name": "New Mexico State",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c725082-f6f3-447c-b7dd-89756c884bd2/?format=api"
        }
    ]
}