GET /api/bet_types/7e0d255a-949f-42d7-aa64-85e79e1407b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e0d255a-949f-42d7-aa64-85e79e1407b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2797705c-9c7d-4137-ba9e-d117a4e58b5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:56.960311-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "289d5b65-71d4-4c36-8964-309ff87cfe45",
            "gambit_id": "186f9952-6671-40eb-8c93-4cf554974f3d",
            "last_updated": "2024-01-05T13:58:01.423722-05:00",
            "created_at": "2024-01-03T09:37:56.964634-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0d255a-949f-42d7-aa64-85e79e1407b6/?format=api"
        },
        {
            "id": "9cfc6134-0c25-4a3e-b3d7-f1dfd12a83cc",
            "gambit_id": "a92a4548-81f6-4f70-ae7d-9aa0823f750a",
            "last_updated": "2024-01-05T13:58:01.427361-05:00",
            "created_at": "2024-01-03T09:37:56.969486-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0d255a-949f-42d7-aa64-85e79e1407b6/?format=api"
        }
    ]
}