GET /api/bet_types/dce788a8-2896-4c6d-9401-a6cffb723b9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce788a8-2896-4c6d-9401-a6cffb723b9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/68441457-7b3a-4567-8942-218e8a1edc9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:06.904404-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": "TEX",
                "amount": 6390.0
            },
            {
                "team": "SFO",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "db771b2d-f231-4fb9-8831-4e0e5d27d3ca",
            "gambit_id": "bb5c9c2b-bde3-4b13-a597-2858dec47a6f",
            "last_updated": "2023-08-14T10:38:13.882776-04:00",
            "created_at": "2023-08-12T09:43:06.912934-04:00",
            "name": "TEX",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce788a8-2896-4c6d-9401-a6cffb723b9e/?format=api"
        },
        {
            "id": "dede9c1a-1ba9-4459-8cd6-55e6b11c4e1d",
            "gambit_id": "479f4489-3423-49bb-a456-17614d6037ed",
            "last_updated": "2023-08-14T10:38:13.886352-04:00",
            "created_at": "2023-08-12T09:43:06.919574-04:00",
            "name": "SFO",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce788a8-2896-4c6d-9401-a6cffb723b9e/?format=api"
        }
    ]
}