GET /api/bet_types/aa94b077-909b-4cf3-ba19-95c60393cbc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa94b077-909b-4cf3-ba19-95c60393cbc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc70ed96-76c7-49ea-8a5e-38a44465ab10/?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": "DET",
                "amount": 5571.0
            },
            {
                "team": "CWS",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "902d875e-752f-4aa7-a6ac-5aba4a0f0333",
            "gambit_id": "df3be1f4-f46c-4f14-b89a-f9a617d3dee2",
            "last_updated": "2022-09-24T21:12:26.664923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa94b077-909b-4cf3-ba19-95c60393cbc2/?format=api"
        },
        {
            "id": "0b0f4b7b-caaf-4b59-b34f-2fd03ec6b3aa",
            "gambit_id": "5a0cc67d-92ae-4813-b486-1b0f92914615",
            "last_updated": "2022-09-24T21:12:26.663750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa94b077-909b-4cf3-ba19-95c60393cbc2/?format=api"
        }
    ]
}