GET /api/bet_types/7e4e2988-249c-47f7-83f5-0c3f3a37c7e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e4e2988-249c-47f7-83f5-0c3f3a37c7e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/174e78ec-b614-44c3-b352-039b0e0f46cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:25.242263-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 (N Eovaldi)",
                "amount": 5541.0
            },
            {
                "team": "SEA (B Woo)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ee154de-62b0-4fcb-8ab2-68ab17ff2359",
            "gambit_id": "1c48db3c-2ad9-4a16-87d8-006444c956f8",
            "last_updated": "2023-09-26T09:17:58.344877-04:00",
            "created_at": "2023-09-24T09:13:25.251956-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4e2988-249c-47f7-83f5-0c3f3a37c7e9/?format=api"
        },
        {
            "id": "a30fc9ac-e02e-4041-846d-4ab2c29b7bfd",
            "gambit_id": "fb499279-3556-44a5-a6ce-aa00711ae1aa",
            "last_updated": "2023-09-26T09:17:58.341223-04:00",
            "created_at": "2023-09-24T09:13:25.246803-04:00",
            "name": "SEA (B Woo)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4e2988-249c-47f7-83f5-0c3f3a37c7e9/?format=api"
        }
    ]
}