GET /api/bet_types/71326213-9361-476d-8cde-73d388c94cb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71326213-9361-476d-8cde-73d388c94cb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eddb7b2-8285-44ea-b336-0fe64b5bd0ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:04.755608-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "92b22463-3be4-4a5d-9c59-23f3df31db69",
            "gambit_id": "4d7ab2a8-1cf7-44d0-b6df-6620c2363728",
            "last_updated": "2023-11-10T11:33:14.073542-05:00",
            "created_at": "2023-11-08T08:23:04.759657-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71326213-9361-476d-8cde-73d388c94cb2/?format=api"
        },
        {
            "id": "5eaf57b2-3787-4551-8b71-a90e17a53f1b",
            "gambit_id": "137b915a-5730-443a-8ef6-b869d893234b",
            "last_updated": "2023-11-10T11:33:14.076902-05:00",
            "created_at": "2023-11-08T08:23:04.764300-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71326213-9361-476d-8cde-73d388c94cb2/?format=api"
        }
    ]
}