GET /api/bet_types/2a5fc020-394b-442d-b52e-9a878f04c4bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a5fc020-394b-442d-b52e-9a878f04c4bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/9736ebe9-fda6-4ba6-972f-6c29e6bc194d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:18:01.386662-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a9d11e2-2a17-41d3-9724-8ec517968a2e",
            "gambit_id": "bb029205-cf3f-4b33-97b6-124ad3167237",
            "last_updated": "2023-12-26T15:08:11.439762-05:00",
            "created_at": "2023-12-23T09:18:01.390893-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a5fc020-394b-442d-b52e-9a878f04c4bf/?format=api"
        },
        {
            "id": "f1c4a420-7151-432c-b50f-1475e19e465a",
            "gambit_id": "14132644-d0f5-4d7d-9f47-9297a2c0cd56",
            "last_updated": "2023-12-26T15:08:11.443132-05:00",
            "created_at": "2023-12-23T09:18:01.395288-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a5fc020-394b-442d-b52e-9a878f04c4bf/?format=api"
        }
    ]
}