GET /api/bet_types/48fa8edf-70c2-48af-bff0-0f872e187852/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48fa8edf-70c2-48af-bff0-0f872e187852",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2d3e50c-5ae9-4850-8a89-494628870549/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:04.485860-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7054.0
            },
            {
                "team": "Draw",
                "amount": 2946.0
            }
        ],
        "expected_reward_tokens": 11074.78,
        "profit_sb": 1574.78,
        "profit_sb_percentage": 16.58,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5874.0
            },
            {
                "team": "Draw",
                "amount": 2453.0
            },
            {
                "team": "Bournemouth",
                "amount": 1674.0
            }
        ],
        "expected_reward_tokens": 9222.18,
        "profit_sb": -277.82,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e4e7604-2413-4d56-ad4a-87a885b0e003",
            "gambit_id": "66615561-1dab-4694-956e-a19f0bca1d9f",
            "last_updated": "2023-02-12T09:57:02.531053-05:00",
            "created_at": "2023-02-09T11:12:04.487133-05:00",
            "name": "Newcastle United",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48fa8edf-70c2-48af-bff0-0f872e187852/?format=api"
        },
        {
            "id": "66f3348b-dd45-4955-a3c3-f0a96ad7e016",
            "gambit_id": "2c8780eb-cc87-405b-91c9-872c1f73b61c",
            "last_updated": "2023-02-12T09:57:02.533324-05:00",
            "created_at": "2023-02-09T11:12:04.489653-05:00",
            "name": "Draw",
            "reward": "3.76000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48fa8edf-70c2-48af-bff0-0f872e187852/?format=api"
        },
        {
            "id": "afc0c745-dedd-43e3-8bfe-ae81bef714a1",
            "gambit_id": "40471371-98b3-4a43-af2c-8d33d0188374",
            "last_updated": "2023-02-12T09:57:02.532178-05:00",
            "created_at": "2023-02-09T11:12:04.488396-05:00",
            "name": "Bournemouth",
            "reward": "5.51000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48fa8edf-70c2-48af-bff0-0f872e187852/?format=api"
        }
    ]
}