GET /api/bet_types/a640a168-e0cb-489b-99c3-a2328d57e2aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a640a168-e0cb-489b-99c3-a2328d57e2aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea6ee28-050d-4634-9286-58d0432fb708/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:02.065793-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": "Detroit Lions",
                "amount": 5094.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "f01f3188-ae9b-4a8c-a612-2844670ea86b",
            "gambit_id": "c00dfbbc-8d65-435c-8dd8-812a29a03838",
            "last_updated": "2023-11-13T15:38:09.315926-05:00",
            "created_at": "2023-11-10T11:18:02.071617-05:00",
            "name": "Detroit Lions",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640a168-e0cb-489b-99c3-a2328d57e2aa/?format=api"
        },
        {
            "id": "d9135d3c-639d-46e9-8a58-2a7f64fd4466",
            "gambit_id": "547c1194-061d-4ed2-bc63-ebfca8df8c47",
            "last_updated": "2023-11-13T15:38:09.319448-05:00",
            "created_at": "2023-11-10T11:18:02.077453-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640a168-e0cb-489b-99c3-a2328d57e2aa/?format=api"
        }
    ]
}