GET /api/bet_types/5b2f02e5-393d-424a-af60-623a6dafe9e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b2f02e5-393d-424a-af60-623a6dafe9e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bf6ef98-babe-4aea-8317-527e62e89510/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:17.440133-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": "Dallas Stars",
                "amount": 5863.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea57a238-4120-410f-971b-b92e8b3fe93f",
            "gambit_id": "21287087-f717-43ed-ba62-a7accc99f809",
            "last_updated": "2023-01-28T15:22:23.969396-05:00",
            "created_at": "2023-01-27T08:57:17.441362-05:00",
            "name": "Dallas Stars",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2f02e5-393d-424a-af60-623a6dafe9e1/?format=api"
        },
        {
            "id": "01dfc509-0ceb-44d9-a06f-85a847e2556e",
            "gambit_id": "cbdd6045-dc2f-4c4b-abf5-52c20272967e",
            "last_updated": "2023-01-28T15:22:23.970726-05:00",
            "created_at": "2023-01-27T08:57:17.442626-05:00",
            "name": "New Jersey Devils",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2f02e5-393d-424a-af60-623a6dafe9e1/?format=api"
        }
    ]
}