GET /api/bet_types/c52bc326-cc1e-47a1-b29e-1b754b855f64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c52bc326-cc1e-47a1-b29e-1b754b855f64",
    "match": "https://api-prod.gambitprofit.com/api/matches/d58f70fb-95c5-418e-9dbd-7eb4fc8760a9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PHI",
                "amount": 5212.0
            },
            {
                "team": "HOU",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "12eab91a-a2c0-4fa9-b8aa-be33b6ba7232",
            "gambit_id": "773fa252-61be-41c8-b426-cceaff6dc2ba",
            "last_updated": "2022-10-05T06:47:21.102602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52bc326-cc1e-47a1-b29e-1b754b855f64/?format=api"
        },
        {
            "id": "8440f14c-a9d0-40cb-8d43-a7b26e61703b",
            "gambit_id": "66390ba1-8e12-41a0-841e-97868e51fa13",
            "last_updated": "2022-10-05T06:47:21.101619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52bc326-cc1e-47a1-b29e-1b754b855f64/?format=api"
        }
    ]
}