GET /api/bet_types/8e970764-541c-4bba-8e22-370d14e027e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e970764-541c-4bba-8e22-370d14e027e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/09cbc728-608d-4b63-947e-db2299018943/?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": "Arizona State",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "91d5d72a-ab4b-4322-9307-454a4a49da2b",
            "gambit_id": "c90a48e6-fdb1-4b2d-98e9-784fb87f143a",
            "last_updated": "2022-09-18T09:27:40.078565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e970764-541c-4bba-8e22-370d14e027e9/?format=api"
        },
        {
            "id": "979596ca-3a17-4a9b-a8d2-6ee53401b1e4",
            "gambit_id": "9c9fcdf7-c53e-4c3e-8526-359e69adcb09",
            "last_updated": "2022-09-18T09:27:40.079539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e970764-541c-4bba-8e22-370d14e027e9/?format=api"
        }
    ]
}