GET /api/bet_types/bd23767f-aa41-4948-a978-91fb9719e9b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd23767f-aa41-4948-a978-91fb9719e9b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff249daf-280e-433a-8579-f1244e526170/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:24.821888-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": "NYY",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bf74605-7249-47ea-b878-7d3ea0990d75",
            "gambit_id": "9a68c80e-1950-42f2-bc23-916e34948d99",
            "last_updated": "2023-08-28T16:18:33.388176-04:00",
            "created_at": "2023-08-26T09:23:24.828992-04:00",
            "name": "NYY",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd23767f-aa41-4948-a978-91fb9719e9b1/?format=api"
        },
        {
            "id": "fbb0aaf0-88a2-478c-9ba8-1b0ea4a99451",
            "gambit_id": "1802d12a-1344-417b-baee-a9d930082aa9",
            "last_updated": "2023-08-28T16:18:33.391492-04:00",
            "created_at": "2023-08-26T09:23:24.833252-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd23767f-aa41-4948-a978-91fb9719e9b1/?format=api"
        }
    ]
}