GET /api/bet_types/1500f88e-2217-45ad-8335-5b843f876c9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1500f88e-2217-45ad-8335-5b843f876c9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3c563e6-d2af-46b5-aad1-baca27e43d0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:15.989385-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": "SFO",
                "amount": 6232.0
            },
            {
                "team": "SDG",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c7da086-7068-480d-9177-90f02ee7d27e",
            "gambit_id": "186d7534-895d-4b50-b014-155c46008f7f",
            "last_updated": "2023-09-04T12:58:30.871049-04:00",
            "created_at": "2023-09-03T00:23:15.993987-04:00",
            "name": "SFO",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1500f88e-2217-45ad-8335-5b843f876c9d/?format=api"
        },
        {
            "id": "2c513ae3-9e64-4ef1-b1b7-a538e61f2b38",
            "gambit_id": "61417a05-b01f-4e99-87dc-1bf25545b1ce",
            "last_updated": "2023-09-04T12:58:30.874283-04:00",
            "created_at": "2023-09-03T00:23:15.999338-04:00",
            "name": "SDG",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1500f88e-2217-45ad-8335-5b843f876c9d/?format=api"
        }
    ]
}