GET /api/bet_types/8f089cd8-c4e0-4eb9-b461-5628deabf397/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f089cd8-c4e0-4eb9-b461-5628deabf397",
    "match": "https://api-prod.gambitprofit.com/api/matches/351f150e-6970-41d4-9d91-4f716c397148/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 8857.0
            },
            {
                "team": "Draw",
                "amount": 1143.0
            }
        ],
        "expected_reward_tokens": 9829.8,
        "profit_sb": 329.8,
        "profit_sb_percentage": 3.47,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 8350.0
            },
            {
                "team": "Draw",
                "amount": 1078.0
            },
            {
                "team": "Glasgow Rangers",
                "amount": 572.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "30c94d7c-804c-480a-bfba-d071b1e4918c",
            "gambit_id": "f88a48ef-6574-4ed8-994d-8b7d1d31e7c2",
            "last_updated": "2022-10-05T07:11:53.887027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.11000",
            "odds": "1.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f089cd8-c4e0-4eb9-b461-5628deabf397/?format=api"
        },
        {
            "id": "b43d0999-5b5c-43b5-85fd-7af925d9c064",
            "gambit_id": "70f8fc3b-93ec-41c3-90b4-500504edb0d7",
            "last_updated": "2022-10-05T07:11:53.888157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "8.60000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f089cd8-c4e0-4eb9-b461-5628deabf397/?format=api"
        },
        {
            "id": "f8700e00-d73d-4357-b52a-bdffb4ffeefc",
            "gambit_id": "495a1166-e808-43da-9df0-d7507ba7b0a9",
            "last_updated": "2022-10-05T07:11:53.885881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Glasgow Rangers",
            "reward": "16.20000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f089cd8-c4e0-4eb9-b461-5628deabf397/?format=api"
        }
    ]
}