GET /api/bet_types/6c767c76-42ed-411d-8baa-e3010d9a9bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c767c76-42ed-411d-8baa-e3010d9a9bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2f3016b-45e7-4286-934d-5a61e09c99d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-18T09:08:19.741422-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": "BAL",
                "amount": 5319.0
            },
            {
                "team": "HOU",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ccbc8c5-415a-4864-89ef-6277fb2ec6e2",
            "gambit_id": "774e1dcf-ec21-4c88-b1cb-1cdb4cbdd6ae",
            "last_updated": "2023-09-20T09:18:06.006156-04:00",
            "created_at": "2023-09-18T09:08:19.747499-04:00",
            "name": "BAL",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c767c76-42ed-411d-8baa-e3010d9a9bde/?format=api"
        },
        {
            "id": "159a1530-51b4-44c2-b33f-06df52cf5feb",
            "gambit_id": "34f2ea5c-7685-48ec-b15d-2a86ba4c8c7d",
            "last_updated": "2023-09-20T09:18:06.009665-04:00",
            "created_at": "2023-09-18T09:08:19.754190-04:00",
            "name": "HOU",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c767c76-42ed-411d-8baa-e3010d9a9bde/?format=api"
        }
    ]
}