GET /api/bet_types/403305ae-a3e5-4c14-94f7-93935cfac04a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "403305ae-a3e5-4c14-94f7-93935cfac04a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c6ffaf9-50af-4d82-9359-8f49b25f031c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:58.386338-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "587e0fa0-ca37-4cc2-a84c-64562f6dfba1",
            "gambit_id": "b965bce7-609b-4526-9e64-378638253d16",
            "last_updated": "2023-11-14T09:18:06.349005-05:00",
            "created_at": "2023-11-12T09:32:58.390775-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/403305ae-a3e5-4c14-94f7-93935cfac04a/?format=api"
        },
        {
            "id": "b778771d-6640-4613-97e4-a45ceb74f9a6",
            "gambit_id": "9ddfdda5-a08b-4e80-ae52-651e0601079c",
            "last_updated": "2023-11-14T09:18:06.352895-05:00",
            "created_at": "2023-11-12T09:32:58.394815-05:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/403305ae-a3e5-4c14-94f7-93935cfac04a/?format=api"
        }
    ]
}