GET /api/bet_types/de833068-1225-426a-8940-4d106d9219ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de833068-1225-426a-8940-4d106d9219ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/109ee9eb-a31f-42ca-903f-19e66999bcf6/?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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Northwestern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0dccc97-1f97-4f5e-a6eb-0124d0302b28",
            "gambit_id": "8a14dd8b-eafa-4cab-916e-33d04bb79fa8",
            "last_updated": "2022-11-28T10:02:11.558653-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de833068-1225-426a-8940-4d106d9219ec/?format=api"
        },
        {
            "id": "dbffee3c-b1b5-4e1c-a5b3-eb2ac0af558d",
            "gambit_id": "c8ca6914-233e-471e-b21c-6844f8853abc",
            "last_updated": "2022-11-28T10:02:11.557624-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de833068-1225-426a-8940-4d106d9219ec/?format=api"
        }
    ]
}