GET /api/bet_types/0d74690d-c69a-4add-a13a-ec262a7cf80e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d74690d-c69a-4add-a13a-ec262a7cf80e",
    "match": "https://api-prod.gambitprofit.com/api/matches/94b78808-3eb2-4f97-815b-47471b5034ba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:04.883551-04: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": "Tampa Bay Lightning",
                "amount": 6308.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "671eadb1-d112-4761-aa7d-059b5a004e15",
            "gambit_id": "50da0609-68df-4e4a-918b-97fcd065694c",
            "last_updated": "2023-03-13T19:12:10.643492-04:00",
            "created_at": "2023-03-12T10:17:04.885048-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d74690d-c69a-4add-a13a-ec262a7cf80e/?format=api"
        },
        {
            "id": "6d54de3d-d6f8-485a-8ebd-fb2c6deb48bc",
            "gambit_id": "649c40d9-76b4-4b9c-9ab9-46201db3dc8a",
            "last_updated": "2023-03-13T19:12:10.644730-04:00",
            "created_at": "2023-03-12T10:17:04.886524-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d74690d-c69a-4add-a13a-ec262a7cf80e/?format=api"
        }
    ]
}