GET /api/bet_types/fbd7dd2b-2d3d-4202-97d9-b5e6ec2af84d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbd7dd2b-2d3d-4202-97d9-b5e6ec2af84d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f46c18f-707a-48b1-aec1-70f0296a473d/?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": "CHC",
                "amount": 5489.0
            },
            {
                "team": "SFO",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "954a095d-ce3a-47f8-9b1e-70bf5b6443c1",
            "gambit_id": "40c42e87-16eb-43d8-83cc-ffd4d099fc88",
            "last_updated": "2022-09-10T22:07:32.968649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbd7dd2b-2d3d-4202-97d9-b5e6ec2af84d/?format=api"
        },
        {
            "id": "d4287127-bf37-496e-82be-caec2bbcd11e",
            "gambit_id": "b760d57b-370d-4b28-9e54-99010f37631e",
            "last_updated": "2022-09-10T22:07:32.969683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbd7dd2b-2d3d-4202-97d9-b5e6ec2af84d/?format=api"
        }
    ]
}