GET /api/bet_types/bde7f155-15e8-4bb4-a735-f5ca0550b992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bde7f155-15e8-4bb4-a735-f5ca0550b992",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dce3855-4af8-4edd-b2da-ceb57c7485d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:06.201500-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": 5317.0
            },
            {
                "team": "HOU",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c69f8c0-99f3-4476-84af-28546f7efc0b",
            "gambit_id": "32ab5ea0-9f34-4453-a12e-f64231f649c1",
            "last_updated": "2023-05-03T12:12:14.317045-04:00",
            "created_at": "2023-05-02T11:52:06.204120-04:00",
            "name": "SFO",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde7f155-15e8-4bb4-a735-f5ca0550b992/?format=api"
        },
        {
            "id": "ae7991ad-8b48-4a3d-9cee-1b2cd365b8eb",
            "gambit_id": "6a708112-7a43-42af-a936-c5447f995e14",
            "last_updated": "2023-05-03T12:12:14.315864-04:00",
            "created_at": "2023-05-02T11:52:06.202804-04:00",
            "name": "HOU",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde7f155-15e8-4bb4-a735-f5ca0550b992/?format=api"
        }
    ]
}