GET /api/bet_types/8d9e16b5-34af-4f8f-b8d9-39075eda2b40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d9e16b5-34af-4f8f-b8d9-39075eda2b40",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3a556e-3ed0-457c-beed-f840cd6fb7a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-12T10:56:58.283500-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": "Washington Capitals",
                "amount": 6326.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ede33d84-00d0-4e18-bc0a-dfce5d917e22",
            "gambit_id": "6487ae11-167f-45cc-af15-f83fbdb91a54",
            "last_updated": "2023-02-13T10:02:11.193743-05:00",
            "created_at": "2023-02-12T10:56:58.284891-05:00",
            "name": "Washington Capitals",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9e16b5-34af-4f8f-b8d9-39075eda2b40/?format=api"
        },
        {
            "id": "2f774c34-0978-453f-ae33-aeabf542ee14",
            "gambit_id": "626c2c66-bd60-4379-9e08-f3d5d6fcaa6e",
            "last_updated": "2023-02-13T10:02:11.194889-05:00",
            "created_at": "2023-02-12T10:56:58.286252-05:00",
            "name": "San Jose Sharks",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9e16b5-34af-4f8f-b8d9-39075eda2b40/?format=api"
        }
    ]
}