GET /api/bet_types/28cdd4e5-d8b8-455f-94f8-b32afbb48ba6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28cdd4e5-d8b8-455f-94f8-b32afbb48ba6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc2ed9c-d275-4247-8d53-1ad4f427254c/?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": "ARI",
                "amount": 5109.0
            },
            {
                "team": "SFO",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fa926f9-1e2e-4eb6-b155-9410fbfe3ff7",
            "gambit_id": "853825ef-234b-4950-86c2-a1c9bcb1c392",
            "last_updated": "2022-08-18T10:22:17.438874-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28cdd4e5-d8b8-455f-94f8-b32afbb48ba6/?format=api"
        },
        {
            "id": "f9d6ff4c-c4e5-42d4-bf02-a070020a3bcf",
            "gambit_id": "25c564d5-20cd-4f2c-bbf6-b213107cbf37",
            "last_updated": "2022-08-18T10:22:17.438418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28cdd4e5-d8b8-455f-94f8-b32afbb48ba6/?format=api"
        }
    ]
}