GET /api/bet_types/b27553db-11ca-4478-b535-0d7acdb6b23e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b27553db-11ca-4478-b535-0d7acdb6b23e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ccd8e4a-a4da-414d-8f6f-5a4e7d496881/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T21:37:11.282074-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": "Gorjan Slaveski",
                "amount": 5600.0
            },
            {
                "team": "Yosdenis Cedeno",
                "amount": 4400.0
            }
        ],
        "expected_reward_tokens": 8624.0,
        "profit_sb": -876.0,
        "profit_sb_percentage": -9.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1a7cad6-c605-4566-a342-0da011a8fb2c",
            "gambit_id": "003711c7-2e4e-4354-838b-72531d4f563c",
            "last_updated": "2023-01-28T19:27:09.772337-05:00",
            "created_at": "2023-01-24T21:37:11.285631-05:00",
            "name": "Gorjan Slaveski",
            "reward": "1.54000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27553db-11ca-4478-b535-0d7acdb6b23e/?format=api"
        },
        {
            "id": "bf295fe1-7408-4c19-b856-ec040d65f14e",
            "gambit_id": "7f74bcce-73b6-4896-928b-52ea21e40190",
            "last_updated": "2023-01-28T19:27:09.771120-05:00",
            "created_at": "2023-01-24T21:37:11.283709-05:00",
            "name": "Yosdenis Cedeno",
            "reward": "1.96000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27553db-11ca-4478-b535-0d7acdb6b23e/?format=api"
        }
    ]
}