GET /api/bet_types/6f805bc2-687e-4d17-8f89-4cb0f26293e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f805bc2-687e-4d17-8f89-4cb0f26293e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6484c38d-68bd-4014-a27c-313b63b51cc7/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:21.427216-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4f1f95c-5ff1-48c1-a084-a656e48834d0",
            "gambit_id": "b200117a-ad60-43a6-9a9c-47947980d87a",
            "last_updated": "2024-02-01T10:38:00.120847-05:00",
            "created_at": "2024-01-31T09:58:21.431039-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f805bc2-687e-4d17-8f89-4cb0f26293e2/?format=api"
        },
        {
            "id": "6beb2d61-eb55-4463-b113-775527d936b2",
            "gambit_id": "f6000e0d-3511-4caa-98f5-0b18e71f286f",
            "last_updated": "2024-02-01T10:38:00.124433-05:00",
            "created_at": "2024-01-31T09:58:21.435501-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f805bc2-687e-4d17-8f89-4cb0f26293e2/?format=api"
        }
    ]
}