GET /api/bet_types/321e5adc-dd1b-402d-a43d-1a716cc2cbc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321e5adc-dd1b-402d-a43d-1a716cc2cbc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/83b05c1a-4c04-427b-a807-64390eb27b3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T09:13:24.756756-04: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": "HOU",
                "amount": 5423.0
            },
            {
                "team": "KAN",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "74207766-0c9c-48ed-b6c6-13655672a945",
            "gambit_id": "f5b79c53-9667-44ef-b5b0-1fe162af9a44",
            "last_updated": "2023-09-26T09:53:04.943257-04:00",
            "created_at": "2023-09-24T09:13:24.764492-04:00",
            "name": "HOU",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321e5adc-dd1b-402d-a43d-1a716cc2cbc9/?format=api"
        },
        {
            "id": "9f51d2db-8272-4b71-a1a5-bbd784373eba",
            "gambit_id": "a119958e-3dd9-402b-bddb-c15e27abc3cb",
            "last_updated": "2023-09-26T09:53:04.939815-04:00",
            "created_at": "2023-09-24T09:13:24.760235-04:00",
            "name": "KAN",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321e5adc-dd1b-402d-a43d-1a716cc2cbc9/?format=api"
        }
    ]
}