GET /api/bet_types/e658587e-4ec7-46aa-882b-a1bc07b52ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e658587e-4ec7-46aa-882b-a1bc07b52ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef81393e-734b-468f-96fb-65854f963d86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:23.782948-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": 6154.0
            },
            {
                "team": "ARI",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a197907-7675-4f5b-9598-acf7cf79023d",
            "gambit_id": "eed8d1db-d1dc-42f7-a362-5db28a160108",
            "last_updated": "2023-08-02T19:02:59.473328-04:00",
            "created_at": "2023-08-01T09:03:23.793414-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e658587e-4ec7-46aa-882b-a1bc07b52ee6/?format=api"
        },
        {
            "id": "5b080463-cddd-460e-96d1-286ef5c2b331",
            "gambit_id": "4c6bd9a6-3e05-451d-b169-5b1dd5ed2691",
            "last_updated": "2023-08-02T19:02:59.469574-04:00",
            "created_at": "2023-08-01T09:03:23.787929-04:00",
            "name": "ARI",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e658587e-4ec7-46aa-882b-a1bc07b52ee6/?format=api"
        }
    ]
}