GET /api/bet_types/a847bac0-4ee6-4a89-91f2-695b31e8a352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a847bac0-4ee6-4a89-91f2-695b31e8a352",
    "match": "https://api-prod.gambitprofit.com/api/matches/54c8d68b-abb1-4573-bcd6-28001b637f5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:11.575205-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f85a0a41-186a-4eb2-ae3e-15ddd29ec3c4",
            "gambit_id": "b84e8df5-5fae-47e4-9165-38c304bf5e58",
            "last_updated": "2023-10-30T15:38:31.608380-04:00",
            "created_at": "2023-10-25T09:13:11.578545-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a847bac0-4ee6-4a89-91f2-695b31e8a352/?format=api"
        },
        {
            "id": "2ab632ca-00f0-4e60-97b8-c75dc7062ba6",
            "gambit_id": "ebe789c8-a9ca-4bde-b09c-44bfea26981b",
            "last_updated": "2023-10-30T15:38:31.612580-04:00",
            "created_at": "2023-10-25T09:13:11.582158-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a847bac0-4ee6-4a89-91f2-695b31e8a352/?format=api"
        }
    ]
}