GET /api/bet_types/95ff7f07-2c3c-4edc-9842-b80a30b2731c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95ff7f07-2c3c-4edc-9842-b80a30b2731c",
    "match": "https://api-prod.gambitprofit.com/api/matches/eae00eb7-8883-4d89-8723-5b9222b11ee2/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d714de4-018b-4dfe-b976-0244dd7b6539",
            "gambit_id": "d607f637-fe97-40c1-a6ea-75e9fed31156",
            "last_updated": "2022-10-22T09:27:32.908213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95ff7f07-2c3c-4edc-9842-b80a30b2731c/?format=api"
        },
        {
            "id": "e364ab23-e719-43c9-9b05-48b624cb4a52",
            "gambit_id": "f4426201-acd6-4570-a4dd-cd4e5e8f6cf9",
            "last_updated": "2022-10-22T09:27:32.907174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95ff7f07-2c3c-4edc-9842-b80a30b2731c/?format=api"
        }
    ]
}