GET /api/bet_types/673e60a8-5e9c-4794-b86f-efdae6825525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "673e60a8-5e9c-4794-b86f-efdae6825525",
    "match": "https://api-prod.gambitprofit.com/api/matches/90818bb1-f524-40c7-b20f-3d4ca1b1d9e2/?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": "Central Michigan",
                "amount": 5583.0
            },
            {
                "team": "Buffalo",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0767ce20-53b6-4645-a55d-8bb0d8af6795",
            "gambit_id": "84b57b23-62ad-426b-b5f7-1fee862a0d59",
            "last_updated": "2022-11-10T09:32:39.612745-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673e60a8-5e9c-4794-b86f-efdae6825525/?format=api"
        },
        {
            "id": "39bd81f4-9fe5-4948-953b-764ba34e0c1e",
            "gambit_id": "6d6d0e33-0ffe-4235-b6d6-6dfef8dfcb0c",
            "last_updated": "2022-11-10T09:32:39.613742-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673e60a8-5e9c-4794-b86f-efdae6825525/?format=api"
        }
    ]
}