GET /api/bet_types/782b059c-de1d-4041-b6db-4bf5b16701b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "782b059c-de1d-4041-b6db-4bf5b16701b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/35e6e32a-b9b4-4f10-b627-5261c16c80b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-02T09:43:00.167750-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "27da0d47-7ba0-4f8b-ac7a-275e41e1e557",
            "gambit_id": "d63beffd-0293-47b8-bb77-68361d1666a4",
            "last_updated": "2024-01-03T20:18:27.726476-05:00",
            "created_at": "2024-01-02T09:43:00.171971-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782b059c-de1d-4041-b6db-4bf5b16701b5/?format=api"
        },
        {
            "id": "1f74b7fb-8ec8-4414-8ffa-ed73848d58ac",
            "gambit_id": "d5a1d12b-375a-4639-802e-800ee034d197",
            "last_updated": "2024-01-03T20:18:27.729850-05:00",
            "created_at": "2024-01-02T09:43:00.175984-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782b059c-de1d-4041-b6db-4bf5b16701b5/?format=api"
        }
    ]
}