GET /api/bet_types/5f159399-2967-40da-bf5a-3030e338a9fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f159399-2967-40da-bf5a-3030e338a9fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7109afcf-0668-402b-93b8-725dea376594/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "Vanderbilt",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c30ed327-b3b0-48aa-88da-4ed17cf00e30",
            "gambit_id": "aa3b0eb7-b164-493c-9cf6-c815f18f24ff",
            "last_updated": "2022-10-17T09:37:12.117003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f159399-2967-40da-bf5a-3030e338a9fd/?format=api"
        },
        {
            "id": "c2948b18-d072-4235-a17a-da296f6b3a50",
            "gambit_id": "3bb6e773-5bd3-4fcf-aee5-38f07c77aa8f",
            "last_updated": "2022-10-17T09:37:12.118159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f159399-2967-40da-bf5a-3030e338a9fd/?format=api"
        }
    ]
}