GET /api/bet_types/6adc3635-d6cf-4240-a7df-7bd0266e890d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6adc3635-d6cf-4240-a7df-7bd0266e890d",
    "match": "https://api-prod.gambitprofit.com/api/matches/73f8c190-5e90-402c-bf59-58aa6aa7f264/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:23.277924-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": "SFO",
                "amount": 5857.0
            },
            {
                "team": "SDG",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "435a3681-c3ac-4377-a7a2-8754a5e3e59f",
            "gambit_id": "09733083-e8d1-41cb-ae31-8abb003ffccf",
            "last_updated": "2023-10-03T21:43:23.410155-04:00",
            "created_at": "2023-09-26T08:58:23.285404-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6adc3635-d6cf-4240-a7df-7bd0266e890d/?format=api"
        },
        {
            "id": "fddc9ad1-aaf8-4a8b-961d-a796efb8044f",
            "gambit_id": "79d88a02-ef9c-4690-9f2f-67a6e86c698e",
            "last_updated": "2023-10-03T21:43:23.406576-04:00",
            "created_at": "2023-09-26T08:58:23.281589-04:00",
            "name": "SDG",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6adc3635-d6cf-4240-a7df-7bd0266e890d/?format=api"
        }
    ]
}