GET /api/bet_types/5e079714-2a2b-4b36-b828-84933fadb8b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e079714-2a2b-4b36-b828-84933fadb8b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/18539b37-8f3d-49b1-a0e0-1159696cc285/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:12.582114-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": "Philadelphia Flyers",
                "amount": 5512.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cb9976c-2cb3-4ad6-a316-b2428eaccb97",
            "gambit_id": "edd895bd-4c13-45a5-bfa2-33205d91ee98",
            "last_updated": "2023-11-17T09:33:25.178038-05:00",
            "created_at": "2023-11-15T09:18:12.587365-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e079714-2a2b-4b36-b828-84933fadb8b7/?format=api"
        },
        {
            "id": "f403a224-5fab-4e3c-9b97-d378392e2e16",
            "gambit_id": "f765b48b-b3a2-4974-894d-c302a7520c39",
            "last_updated": "2023-11-17T09:33:25.181252-05:00",
            "created_at": "2023-11-15T09:18:12.592613-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e079714-2a2b-4b36-b828-84933fadb8b7/?format=api"
        }
    ]
}