GET /api/bet_types/75014a19-0d81-48a2-87b8-55150335c5c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75014a19-0d81-48a2-87b8-55150335c5c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b0051a-5c4a-46cf-bc28-5bc1e17e1271/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:06.529167-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": "Calgary Flames",
                "amount": 6390.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9486a8c-6088-4117-811c-c4fec52e1067",
            "gambit_id": "a8e0b9f0-12a6-4934-b72f-f769402ab2e1",
            "last_updated": "2023-11-13T13:58:16.814749-05:00",
            "created_at": "2023-11-11T08:53:06.534947-05:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75014a19-0d81-48a2-87b8-55150335c5c1/?format=api"
        },
        {
            "id": "f0872e82-14e7-4796-9162-6db99cd4b036",
            "gambit_id": "287f3df8-311b-4939-bcde-868b01f67551",
            "last_updated": "2023-11-13T13:58:16.817917-05:00",
            "created_at": "2023-11-11T08:53:06.539941-05:00",
            "name": "Ottawa Senators",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75014a19-0d81-48a2-87b8-55150335c5c1/?format=api"
        }
    ]
}