GET /api/bet_types/abc5e3f6-f8ee-47b8-b5a2-3ca28123337b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc5e3f6-f8ee-47b8-b5a2-3ca28123337b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1c03a96-0207-47cd-b4b7-91b5ee5059f5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cincinnati Bengals",
                "amount": 5106.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf1b99d7-e4b2-4c5f-ba81-213ded1d43ef",
            "gambit_id": "b2314c4c-3d4c-4c7a-957f-007cc43cab96",
            "last_updated": "2022-10-17T15:32:02.872869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc5e3f6-f8ee-47b8-b5a2-3ca28123337b/?format=api"
        },
        {
            "id": "6773468d-ec46-4f6c-9b84-59d77a80463c",
            "gambit_id": "c9f6c135-d7b7-4446-9247-6d5195cabaaf",
            "last_updated": "2022-10-17T15:32:02.873937-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc5e3f6-f8ee-47b8-b5a2-3ca28123337b/?format=api"
        }
    ]
}