GET /api/bet_types/83aa436f-e741-4bc7-a7bc-a1dbc92ea6db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83aa436f-e741-4bc7-a7bc-a1dbc92ea6db",
    "match": "https://api-prod.gambitprofit.com/api/matches/f71a9b82-d42f-439e-b6ed-bcf4984c07b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:58.504980-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": "Florida Panthers",
                "amount": 6241.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cfa6e8b-16e1-48fa-9072-493e75f2c98c",
            "gambit_id": "e53e0f7d-9986-452c-8506-147d5776c425",
            "last_updated": "2023-04-10T09:36:58.145519-04:00",
            "created_at": "2023-04-08T09:01:58.509064-04:00",
            "name": "Florida Panthers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83aa436f-e741-4bc7-a7bc-a1dbc92ea6db/?format=api"
        },
        {
            "id": "c2616120-d9b8-4229-90dd-8250aef26868",
            "gambit_id": "a53fd766-d4ce-465e-a92a-3410cc56cc85",
            "last_updated": "2023-04-10T09:36:58.143717-04:00",
            "created_at": "2023-04-08T09:01:58.507143-04:00",
            "name": "Washington Capitals",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83aa436f-e741-4bc7-a7bc-a1dbc92ea6db/?format=api"
        }
    ]
}