GET /api/bet_types/8190de50-59b5-4694-8861-6274b86decda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8190de50-59b5-4694-8861-6274b86decda",
    "match": "https://api-prod.gambitprofit.com/api/matches/708bb9f1-8f25-4928-8891-f1dd7cd26dae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:27.686190-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": "TEX (C Bradford)",
                "amount": 6232.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ca77b03-7361-4dab-ac99-9d328f6fde08",
            "gambit_id": "398946c2-4a2d-40a0-a3a0-cad58124acc8",
            "last_updated": "2023-07-09T20:28:25.499105-04:00",
            "created_at": "2023-07-07T11:33:27.688549-04:00",
            "name": "TEX (C Bradford)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8190de50-59b5-4694-8861-6274b86decda/?format=api"
        },
        {
            "id": "e29a5ac4-7a57-49a1-be1a-3f6d7e0cf936",
            "gambit_id": "054d3d45-5a86-4f68-ad7b-eeef6b328720",
            "last_updated": "2023-07-09T20:28:25.501128-04:00",
            "created_at": "2023-07-07T11:33:27.691095-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8190de50-59b5-4694-8861-6274b86decda/?format=api"
        }
    ]
}