GET /api/bet_types/f31ae12d-99d1-4908-851b-f34740f17e82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f31ae12d-99d1-4908-851b-f34740f17e82",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b23766e-55a4-410b-b812-5bebec493db2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:15.323243-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": "Detroit Red Wings",
                "amount": 6314.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a64f5e3-947f-451e-b82e-b7ce3495afff",
            "gambit_id": "bd9e5b6b-29a9-41db-b8cd-7c84c5e71c7d",
            "last_updated": "2023-11-23T20:07:56.016839-05:00",
            "created_at": "2023-11-22T09:08:15.331781-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ae12d-99d1-4908-851b-f34740f17e82/?format=api"
        },
        {
            "id": "5147f25d-57d6-401b-8b98-cae771d538e9",
            "gambit_id": "a1826a6d-5094-43c0-ad7f-62eecf78d6a2",
            "last_updated": "2023-11-23T20:07:56.013430-05:00",
            "created_at": "2023-11-22T09:08:15.327003-05:00",
            "name": "New Jersey Devils",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ae12d-99d1-4908-851b-f34740f17e82/?format=api"
        }
    ]
}