GET /api/bet_types/a55c062e-d6cc-41cf-a272-0445a796bc8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a55c062e-d6cc-41cf-a272-0445a796bc8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fecc190f-e504-498c-8e4f-620a4e6ff8e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T23:47:14.999156-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": "STL (M Mikolas)",
                "amount": 5117.0
            },
            {
                "team": "TOR (A Manoah)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e7eea21-b146-440e-adca-d35751253bc6",
            "gambit_id": "4d85ee97-672c-47bd-9a61-e1c103b30846",
            "last_updated": "2023-03-31T10:46:55.256087-04:00",
            "created_at": "2023-03-29T23:47:15.001662-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55c062e-d6cc-41cf-a272-0445a796bc8b/?format=api"
        },
        {
            "id": "816f4cd5-f19f-4d02-8bdd-bdae6e1161df",
            "gambit_id": "0f630464-d59e-4617-9bc1-b9dd197922a9",
            "last_updated": "2023-03-31T10:46:55.258605-04:00",
            "created_at": "2023-03-29T23:47:15.004714-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55c062e-d6cc-41cf-a272-0445a796bc8b/?format=api"
        }
    ]
}