GET /api/bet_types/74bec0f1-67aa-4bb1-8991-51f17b1b5269/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74bec0f1-67aa-4bb1-8991-51f17b1b5269",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba9f779e-3139-4aad-b195-ed835055f03c/?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": "Brighton & Hove Albion",
                "amount": 6351.0
            },
            {
                "team": "Draw",
                "amount": 3649.0
            }
        ],
        "expected_reward_tokens": 11494.35,
        "profit_sb": 2494.35,
        "profit_sb_percentage": 27.72,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4928.0
            },
            {
                "team": "Draw",
                "amount": 2831.0
            },
            {
                "team": "Bournemouth",
                "amount": 2241.0
            }
        ],
        "expected_reward_tokens": 8917.65,
        "profit_sb": -82.35,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "c554e3ef-a197-4544-9a8e-473f53291869",
            "gambit_id": "b13c589f-7609-4eff-a581-e2c79c1824e3",
            "last_updated": "2022-12-24T17:12:15.437972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.81000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74bec0f1-67aa-4bb1-8991-51f17b1b5269/?format=api"
        },
        {
            "id": "0cc8bf44-8fac-423a-a054-a8b6fdf578ff",
            "gambit_id": "b624b97b-4ae9-4d2e-b137-d22b3fee7f72",
            "last_updated": "2022-12-24T17:12:15.440256-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74bec0f1-67aa-4bb1-8991-51f17b1b5269/?format=api"
        },
        {
            "id": "966cfc1b-8c1b-4acc-854c-6db38eb85414",
            "gambit_id": "605e3efa-55fa-4047-ae70-30a9262ef47e",
            "last_updated": "2022-12-24T17:12:15.439099-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "3.98000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74bec0f1-67aa-4bb1-8991-51f17b1b5269/?format=api"
        }
    ]
}