GET /api/bet_types/85351e56-4a4a-460c-b188-455cd7a4a487/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85351e56-4a4a-460c-b188-455cd7a4a487",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ced70df-4cdb-48ca-92fb-cf0b0b6fe5e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T09:18:11.870761-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7825.0
            },
            {
                "team": "Draw",
                "amount": 2175.0
            }
        ],
        "expected_reward_tokens": 10483.5,
        "profit_sb": 983.5,
        "profit_sb_percentage": 10.35,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6886.0
            },
            {
                "team": "Draw",
                "amount": 1914.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1200.0
            }
        ],
        "expected_reward_tokens": 9225.48,
        "profit_sb": -274.52,
        "profit_sb_percentage": -2.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a9c80bd-fa88-46b5-a3f3-0826cf6c517e",
            "gambit_id": "d629fb5c-07ec-4c96-8f41-28ea1ad959dc",
            "last_updated": "2024-01-31T22:23:08.606080-05:00",
            "created_at": "2024-01-30T09:18:11.886410-05:00",
            "name": "Arsenal",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85351e56-4a4a-460c-b188-455cd7a4a487/?format=api"
        },
        {
            "id": "bb408e7e-ab6b-48ae-87b6-aea681cbe3bd",
            "gambit_id": "6d081c77-0a4f-4270-84df-a7505039d15c",
            "last_updated": "2024-01-31T22:23:08.599343-05:00",
            "created_at": "2024-01-30T09:18:11.875756-05:00",
            "name": "Draw",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85351e56-4a4a-460c-b188-455cd7a4a487/?format=api"
        },
        {
            "id": "99f54df6-a951-4888-a419-053d17b0b4c3",
            "gambit_id": "af57dbdf-b1d2-4352-b88d-5d73e6d585c7",
            "last_updated": "2024-01-31T22:23:08.602787-05:00",
            "created_at": "2024-01-30T09:18:11.881222-05:00",
            "name": "Nottingham Forest",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85351e56-4a4a-460c-b188-455cd7a4a487/?format=api"
        }
    ]
}