GET /api/bet_types/8045f435-7ad8-4839-95b8-909c47e8863a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8045f435-7ad8-4839-95b8-909c47e8863a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d435fc8e-6a0d-401c-aa2b-89ef57c4598b/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "09db3c87-585b-422a-b8a1-825808239407",
            "gambit_id": "ee482cbc-bf4a-49c4-88ae-8879ece02c06",
            "last_updated": "2022-10-22T09:27:34.273722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8045f435-7ad8-4839-95b8-909c47e8863a/?format=api"
        },
        {
            "id": "2e45e90b-d718-47f0-a04d-da14374a47c5",
            "gambit_id": "a56537a8-6411-4be5-9c6d-d4468d265d3e",
            "last_updated": "2022-10-22T09:27:34.274719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8045f435-7ad8-4839-95b8-909c47e8863a/?format=api"
        }
    ]
}