GET /api/bet_types/94320eff-1119-4655-a8fe-abf823ba69ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94320eff-1119-4655-a8fe-abf823ba69ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b4446e0-64ad-4f72-8060-e426589d7b9a/?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": "OAK",
                "amount": 6281.0
            },
            {
                "team": "LAA",
                "amount": 3719.0
            }
        ],
        "expected_reward_tokens": 9295.88,
        "profit_sb": 295.88,
        "profit_sb_percentage": 3.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "34cc7338-c6da-4893-8a85-58858ea3b08a",
            "gambit_id": "dc2ca13d-a02a-4e42-8236-8b1ed14cf0a1",
            "last_updated": "2022-08-05T10:06:55.075002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94320eff-1119-4655-a8fe-abf823ba69ca/?format=api"
        },
        {
            "id": "c5ac5157-b0fe-418c-89a2-cfff80e61747",
            "gambit_id": "4d870d93-165b-42cd-bf8a-cfd6d185cc17",
            "last_updated": "2022-08-05T10:06:55.074489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.50000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94320eff-1119-4655-a8fe-abf823ba69ca/?format=api"
        }
    ]
}