GET /api/bet_types/14d64eb6-23e9-4b9f-8203-9e18e24200e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14d64eb6-23e9-4b9f-8203-9e18e24200e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/222eaf4d-5c02-498d-8644-a695f8496abf/?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": "SFO",
                "amount": 5304.0
            },
            {
                "team": "LOS",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e6536d0-bf53-432d-a022-5cc42f97cb41",
            "gambit_id": "f44df037-a6c3-4546-8c86-dcd43c0b2e35",
            "last_updated": "2022-09-17T17:07:22.324513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d64eb6-23e9-4b9f-8203-9e18e24200e2/?format=api"
        },
        {
            "id": "bfb77c93-cb07-4e33-8ff0-9438e2561713",
            "gambit_id": "e47caac8-07d0-4285-87ee-aef614cc5ab3",
            "last_updated": "2022-09-17T17:07:22.325492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d64eb6-23e9-4b9f-8203-9e18e24200e2/?format=api"
        }
    ]
}