GET /api/bet_types/25d26ded-fc9e-4708-a487-f8c43ea7eab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25d26ded-fc9e-4708-a487-f8c43ea7eab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69aa1b2-ae87-4750-9856-28df76b3c0e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:19.552714-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": "Los Angeles Chargers",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f4f8cc3-e623-4c13-9f88-4ee1b88bdb80",
            "gambit_id": "8fdaefe0-ee94-442d-bb83-c3620fc8d248",
            "last_updated": "2023-11-27T20:08:20.275809-05:00",
            "created_at": "2023-11-22T09:13:19.561152-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d26ded-fc9e-4708-a487-f8c43ea7eab0/?format=api"
        },
        {
            "id": "eace29b8-ca97-4b7b-9b44-980d9b5c4534",
            "gambit_id": "cef76d0c-2e9d-40d1-bc5c-4908c790adfa",
            "last_updated": "2023-11-27T20:08:20.265946-05:00",
            "created_at": "2023-11-22T09:13:19.556872-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d26ded-fc9e-4708-a487-f8c43ea7eab0/?format=api"
        }
    ]
}