GET /api/bet_types/de2849e2-4496-4ac8-89e0-dd953b1480f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2849e2-4496-4ac8-89e0-dd953b1480f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/24e8468c-1ddc-4139-904a-ad86fad1bde3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:01.004355-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": "DET",
                "amount": 5857.0
            },
            {
                "team": "CIN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "7da9285c-f731-4330-89fd-3e30ebb11229",
            "gambit_id": "5799089e-f746-40c0-93e1-4d02e286a318",
            "last_updated": "2023-09-15T16:33:17.180266-04:00",
            "created_at": "2023-09-12T09:23:01.012891-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2849e2-4496-4ac8-89e0-dd953b1480f0/?format=api"
        },
        {
            "id": "e220ab6a-2669-4a0e-a580-baa9620a494d",
            "gambit_id": "c4493303-7d66-4212-aace-79ecea307fb3",
            "last_updated": "2023-09-15T16:33:17.176461-04:00",
            "created_at": "2023-09-12T09:23:01.008434-04:00",
            "name": "CIN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2849e2-4496-4ac8-89e0-dd953b1480f0/?format=api"
        }
    ]
}