GET /api/bet_types/26f1f496-1395-4fb7-88b9-fd565ed3adc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26f1f496-1395-4fb7-88b9-fd565ed3adc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea9293b1-59e2-42bb-88c0-8382c8fefb4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:58.004847-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7bf4f0f-b6c6-4ed3-88c7-49ad7da4eca8",
            "gambit_id": "86b11fb9-fb12-462e-8022-5dccf1f9c8c6",
            "last_updated": "2023-02-28T12:37:06.499668-05:00",
            "created_at": "2023-02-26T08:46:58.006162-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f1f496-1395-4fb7-88b9-fd565ed3adc9/?format=api"
        },
        {
            "id": "3192dd62-e147-4642-872c-fd7a0e27a87b",
            "gambit_id": "d31765ae-99d9-4865-ac8d-f15ea4d46716",
            "last_updated": "2023-02-28T12:37:06.500872-05:00",
            "created_at": "2023-02-26T08:46:58.007451-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f1f496-1395-4fb7-88b9-fd565ed3adc9/?format=api"
        }
    ]
}