GET /api/bet_types/80c3928f-4fe6-4b6c-bd02-da1ce5845b0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80c3928f-4fe6-4b6c-bd02-da1ce5845b0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c618eb5-f12b-448d-b739-4571cc83611d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:57:09.281232-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": "San Jose Sharks",
                "amount": 5822.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4178.0
            }
        ],
        "expected_reward_tokens": 9024.1,
        "profit_sb": 24.1,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa2077c9-8b8a-4d6c-b046-055bd3802042",
            "gambit_id": "6c31da1e-cbda-4216-8230-379cc40950fb",
            "last_updated": "2023-01-17T11:22:14.559260-05:00",
            "created_at": "2023-01-16T09:57:09.284210-05:00",
            "name": "San Jose Sharks",
            "reward": "1.55000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c3928f-4fe6-4b6c-bd02-da1ce5845b0d/?format=api"
        },
        {
            "id": "dc9602f3-33e2-496a-a98f-38788a06cee8",
            "gambit_id": "bf46efd3-66da-4496-87bf-f2cc9d462f5b",
            "last_updated": "2023-01-17T11:22:14.560481-05:00",
            "created_at": "2023-01-16T09:57:09.287706-05:00",
            "name": "New Jersey Devils",
            "reward": "2.16000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c3928f-4fe6-4b6c-bd02-da1ce5845b0d/?format=api"
        }
    ]
}