GET /api/bet_types/1ec31a1c-e3e3-4bfb-b146-e56f05bddbac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec31a1c-e3e3-4bfb-b146-e56f05bddbac",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef6720fd-b408-4e50-aaa0-dc35506b9d40/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:08.021171-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba8c4f64-7620-4060-9b89-80649825c19f",
            "gambit_id": "6774ac5d-dad9-408a-b61f-dd9f10b71a86",
            "last_updated": "2024-01-31T21:48:10.745353-05:00",
            "created_at": "2024-01-30T08:58:08.029628-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec31a1c-e3e3-4bfb-b146-e56f05bddbac/?format=api"
        },
        {
            "id": "d458e96d-c0dd-47fe-abf4-930034b12968",
            "gambit_id": "e3c6fd78-5cce-46c4-9acd-a1475ba5b1c0",
            "last_updated": "2024-01-31T21:48:10.748706-05:00",
            "created_at": "2024-01-30T08:58:08.034911-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec31a1c-e3e3-4bfb-b146-e56f05bddbac/?format=api"
        }
    ]
}