GET /api/bet_types/b9f257f5-2f81-4eb8-92ba-9e2870a9b44b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9f257f5-2f81-4eb8-92ba-9e2870a9b44b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:04.483853-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": "Toronto Maple Leafs",
                "amount": 6442.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "0721f00a-9c28-4178-9f5a-aad55a033c84",
            "gambit_id": "574ceb63-6b47-4643-b0f2-35ad2e78ca4a",
            "last_updated": "2023-05-03T12:12:13.293492-04:00",
            "created_at": "2023-05-02T11:52:04.485512-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f257f5-2f81-4eb8-92ba-9e2870a9b44b/?format=api"
        },
        {
            "id": "1a4fe1fb-c2ab-42c9-be77-c92761569c2a",
            "gambit_id": "167a5a1e-a52f-422f-a407-4ed04db5a56a",
            "last_updated": "2023-05-03T12:12:13.294726-04:00",
            "created_at": "2023-05-02T11:52:04.487479-04:00",
            "name": "Florida Panthers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f257f5-2f81-4eb8-92ba-9e2870a9b44b/?format=api"
        }
    ]
}