GET /api/bet_types/730c2bee-2c7d-4fb4-a524-78eee199328f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730c2bee-2c7d-4fb4-a524-78eee199328f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87b23fd-ba74-4c15-9f2e-7b848383ab63/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-05T09:47:03.880316-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": "Cleveland Cavaliers",
                "amount": 6222.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e47aded-119d-4b2d-bd6f-59be5e496051",
            "gambit_id": "821986b6-a1d1-4f56-84c4-5aa5b1e8deae",
            "last_updated": "2023-02-06T09:11:57.819951-05:00",
            "created_at": "2023-02-05T09:47:03.882952-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730c2bee-2c7d-4fb4-a524-78eee199328f/?format=api"
        },
        {
            "id": "197f8d64-afe4-4aad-8bb5-3dc5201aca5f",
            "gambit_id": "6d667f8b-8974-46ab-9ed8-5a4a8a48a33e",
            "last_updated": "2023-02-06T09:11:57.818828-05:00",
            "created_at": "2023-02-05T09:47:03.881642-05:00",
            "name": "Indiana Pacers",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730c2bee-2c7d-4fb4-a524-78eee199328f/?format=api"
        }
    ]
}