GET /api/bet_types/0a2b828f-1bd8-434b-a4c9-d9ab3d99dcdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a2b828f-1bd8-434b-a4c9-d9ab3d99dcdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/75d46b49-c3cb-4b37-8bc6-0daeaefdea24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:17.232029-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": "LOS (C Kershaw)",
                "amount": 6833.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "21c1b2c6-9939-48c7-bf97-3c5346510306",
            "gambit_id": "1872031b-d411-4359-8322-bb1d21381ce9",
            "last_updated": "2023-06-10T13:48:17.675268-04:00",
            "created_at": "2023-06-08T08:43:17.233831-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a2b828f-1bd8-434b-a4c9-d9ab3d99dcdf/?format=api"
        },
        {
            "id": "78e1c684-73d4-4c21-92e4-84dfcc25f842",
            "gambit_id": "8eb069e2-41da-4bfe-b607-0df1ed0bafcf",
            "last_updated": "2023-06-10T13:48:17.677772-04:00",
            "created_at": "2023-06-08T08:43:17.235572-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a2b828f-1bd8-434b-a4c9-d9ab3d99dcdf/?format=api"
        }
    ]
}