GET /api/bet_types/1547de2d-2d67-4122-9579-8aa7ad70a793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1547de2d-2d67-4122-9579-8aa7ad70a793",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d9857f-c597-4592-8a8d-aa48df1d7b8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:12.037708-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "29d18a49-34cb-47b7-8bfa-f65af60d60bf",
            "gambit_id": "36023480-3cc6-473d-a5b9-324b8ce33df1",
            "last_updated": "2023-03-16T17:37:24.523007-04:00",
            "created_at": "2023-03-15T09:07:12.039859-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1547de2d-2d67-4122-9579-8aa7ad70a793/?format=api"
        },
        {
            "id": "d171de14-424e-43c4-a90a-8c0126af47eb",
            "gambit_id": "d219e146-2dce-42ab-8467-41d58d15c822",
            "last_updated": "2023-03-16T17:37:24.525464-04:00",
            "created_at": "2023-03-15T09:07:12.042112-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1547de2d-2d67-4122-9579-8aa7ad70a793/?format=api"
        }
    ]
}