GET /api/bet_types/2710b6f8-4472-46e7-be88-82e86017fc35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2710b6f8-4472-46e7-be88-82e86017fc35",
    "match": "https://api-prod.gambitprofit.com/api/matches/d65e6470-dd39-499e-9dc8-b923ab6454e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "ATL (K Muller)",
                "amount": 6485.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 3515.0
            }
        ],
        "expected_reward_tokens": 9208.7,
        "profit_sb": 208.7,
        "profit_sb_percentage": 2.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "6487c63e-1c5d-45e4-8a41-731acdde192f",
            "gambit_id": "aec53f74-8385-484d-b03e-5ace6ff4f31a",
            "last_updated": "2022-09-28T09:12:15.223144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Muller)",
            "reward": "1.42000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2710b6f8-4472-46e7-be88-82e86017fc35/?format=api"
        },
        {
            "id": "f18bb1b6-286a-49f8-8b0f-07424c22ee21",
            "gambit_id": "ef1efaf4-841e-4bc2-b7d1-2f1a316ab94e",
            "last_updated": "2022-09-28T09:12:15.224041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2710b6f8-4472-46e7-be88-82e86017fc35/?format=api"
        }
    ]
}