GET /api/bet_types/1c709c77-a2a0-4e4a-98bd-6ea49ad251ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c709c77-a2a0-4e4a-98bd-6ea49ad251ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05272c5-6fb1-4262-aa77-a515bfc37761/?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": "Tampa Bay Lightning",
                "amount": 5492.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "12934647-da75-4251-9eec-f5673b9d3be8",
            "gambit_id": "4b929255-ad72-482d-b6ca-e0b00354a65c",
            "last_updated": "2022-12-05T11:32:15.431650-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c709c77-a2a0-4e4a-98bd-6ea49ad251ed/?format=api"
        },
        {
            "id": "bc589dcd-1eb6-4d45-96db-ef36dd1bc835",
            "gambit_id": "686ef508-856f-45b7-bfc5-f0cf95c81e8c",
            "last_updated": "2022-12-05T11:32:15.432608-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c709c77-a2a0-4e4a-98bd-6ea49ad251ed/?format=api"
        }
    ]
}