GET /api/bet_types/a7dc7254-5dca-4b99-9b93-566c41beba20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7dc7254-5dca-4b99-9b93-566c41beba20",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e17a9d7-adc8-463a-a337-b359dca571d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:58.748908-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": "STL",
                "amount": 5213.0
            },
            {
                "team": "BAL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8584d249-c63b-4f3f-a1ff-d016ec8b9490",
            "gambit_id": "847c0c35-9430-4633-8b4b-5b04807a58d5",
            "last_updated": "2023-09-15T10:23:23.315914-04:00",
            "created_at": "2023-09-13T09:07:58.752892-04:00",
            "name": "STL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dc7254-5dca-4b99-9b93-566c41beba20/?format=api"
        },
        {
            "id": "90786023-66c9-44eb-9eb7-8596771fdb21",
            "gambit_id": "fb423235-eba2-4ddb-8c52-8a3e2e9f8ffc",
            "last_updated": "2023-09-15T10:23:23.319245-04:00",
            "created_at": "2023-09-13T09:07:58.756968-04:00",
            "name": "BAL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dc7254-5dca-4b99-9b93-566c41beba20/?format=api"
        }
    ]
}