GET /api/bet_types/7758e496-6bd6-4cdc-ad69-adebe69d1e78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7758e496-6bd6-4cdc-ad69-adebe69d1e78",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dfbcdc4-1bcb-4d0f-a654-b99a19e626ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:02.392595-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": "Dallas Mavericks",
                "amount": 5213.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "242c7b8e-a27a-4237-9937-23092c4bbae1",
            "gambit_id": "4f80020a-a513-4826-ae06-3090d0d10b97",
            "last_updated": "2023-12-12T21:48:26.779270-05:00",
            "created_at": "2023-12-11T09:38:02.396670-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7758e496-6bd6-4cdc-ad69-adebe69d1e78/?format=api"
        },
        {
            "id": "68fe16fc-6276-4a2b-b039-8b76c106a5f8",
            "gambit_id": "86e06d19-8324-4ba4-9868-f1c90994fede",
            "last_updated": "2023-12-12T21:48:26.782629-05:00",
            "created_at": "2023-12-11T09:38:02.401025-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7758e496-6bd6-4cdc-ad69-adebe69d1e78/?format=api"
        }
    ]
}