GET /api/bet_types/48661f47-6493-479b-8e66-4bec0e2c80f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48661f47-6493-479b-8e66-4bec0e2c80f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b8e8fb5-6c13-45a3-88dc-743b861bdeab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T11:23:17.081792-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a97ce6d-2077-46b7-9585-5960c4b8d212",
            "gambit_id": "422d0299-b12d-4f14-8b9c-ca44634af2e1",
            "last_updated": "2023-11-04T10:38:16.778308-04:00",
            "created_at": "2023-11-03T11:23:17.087063-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48661f47-6493-479b-8e66-4bec0e2c80f4/?format=api"
        },
        {
            "id": "456738a4-f4ae-489d-909f-2f7b090e2f97",
            "gambit_id": "55fb5d3f-b477-4c47-a2a4-3ddaa725bdfe",
            "last_updated": "2023-11-04T10:38:16.781442-04:00",
            "created_at": "2023-11-03T11:23:17.102079-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48661f47-6493-479b-8e66-4bec0e2c80f4/?format=api"
        }
    ]
}