GET /api/bet_types/a86708e8-3f58-4436-87d2-3a78db98818b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a86708e8-3f58-4436-87d2-3a78db98818b",
    "match": "https://api-prod.gambitprofit.com/api/matches/70596e03-bcb1-42db-bf49-29ff4f156ded/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:23.995465-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": "LOS (T Gonsolin)",
                "amount": 6173.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7b496cd-92d3-49f9-862d-466bda40e50d",
            "gambit_id": "935cb4ad-c7d2-4687-8bc5-e8fa7b8eb848",
            "last_updated": "2023-07-04T10:18:06.111702-04:00",
            "created_at": "2023-07-02T08:58:23.997522-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a86708e8-3f58-4436-87d2-3a78db98818b/?format=api"
        },
        {
            "id": "a08b9b64-c7c3-4b8e-a387-bfed273f1900",
            "gambit_id": "0c385b2e-f675-444e-895b-1eab9a3712c6",
            "last_updated": "2023-07-04T10:18:06.113652-04:00",
            "created_at": "2023-07-02T08:58:23.999625-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a86708e8-3f58-4436-87d2-3a78db98818b/?format=api"
        }
    ]
}