GET /api/bet_types/45e0f544-b95e-4869-b604-def4f821e34b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45e0f544-b95e-4869-b604-def4f821e34b",
    "match": "https://api-prod.gambitprofit.com/api/matches/daf74d87-0d07-4fdc-a181-03da581888f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:14.675162-04: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": "ATL",
                "amount": 5599.0
            },
            {
                "team": "WAS",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "31ee1014-499e-49ea-91eb-a6feb0ef2eed",
            "gambit_id": "97329ff5-0382-4276-9108-22d21359eda5",
            "last_updated": "2023-06-12T18:48:17.362093-04:00",
            "created_at": "2023-06-11T10:08:14.678512-04:00",
            "name": "ATL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45e0f544-b95e-4869-b604-def4f821e34b/?format=api"
        },
        {
            "id": "aa3a620a-09b5-408c-912f-4ebd3f0dda34",
            "gambit_id": "00cacef2-26f0-4090-9060-7325634ec083",
            "last_updated": "2023-06-12T18:48:17.360469-04:00",
            "created_at": "2023-06-11T10:08:14.676912-04:00",
            "name": "WAS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45e0f544-b95e-4869-b604-def4f821e34b/?format=api"
        }
    ]
}