GET /api/bet_types/d3639dcb-6c83-4189-9ef8-26ba3da0a8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3639dcb-6c83-4189-9ef8-26ba3da0a8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2090e25b-9645-44f5-aa48-774f70cb0a4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T08:43:16.743424-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": "STL",
                "amount": 6232.0
            },
            {
                "team": "MIA",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6ca7918-4fd5-4c26-8223-8fe9f45a2b62",
            "gambit_id": "513a12ad-4685-417f-a802-636d47fa9662",
            "last_updated": "2023-07-08T09:38:30.502362-04:00",
            "created_at": "2023-07-06T08:43:16.745171-04:00",
            "name": "STL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3639dcb-6c83-4189-9ef8-26ba3da0a8b1/?format=api"
        },
        {
            "id": "9386ae19-6f65-4a8b-8fc7-98304e438404",
            "gambit_id": "6868747e-823f-40af-86d2-11f0835602c7",
            "last_updated": "2023-07-08T09:38:30.505747-04:00",
            "created_at": "2023-07-06T08:43:16.747129-04:00",
            "name": "MIA",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3639dcb-6c83-4189-9ef8-26ba3da0a8b1/?format=api"
        }
    ]
}