GET /api/bet_types/5d72de2d-5475-46d3-8156-3e13dbb42aea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d72de2d-5475-46d3-8156-3e13dbb42aea",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2750476-0295-4e88-90f9-840a21941822/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:02.465223-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": 6634.0
            },
            {
                "team": "Draw",
                "amount": 3366.0
            }
        ],
        "expected_reward_tokens": 11343.42,
        "profit_sb": 1843.42,
        "profit_sb_percentage": 19.4,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5093.0
            },
            {
                "team": "Draw",
                "amount": 2584.0
            },
            {
                "team": "Manchester United",
                "amount": 2322.0
            }
        ],
        "expected_reward_tokens": 8707.5,
        "profit_sb": -792.5,
        "profit_sb_percentage": -8.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b4c8ac5-90ad-4fab-b923-67df20c42580",
            "gambit_id": "8c8ac7e5-2fc0-48fa-9fde-f304cf36b622",
            "last_updated": "2023-01-23T11:42:12.989002-05:00",
            "created_at": "2023-01-20T22:57:02.468550-05:00",
            "name": "Arsenal",
            "reward": "1.71000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d72de2d-5475-46d3-8156-3e13dbb42aea/?format=api"
        },
        {
            "id": "36412d74-3979-492a-87c5-6f5968ed32be",
            "gambit_id": "51be536e-5146-4dfb-bd38-40f70a3b736b",
            "last_updated": "2023-01-23T11:42:12.990099-05:00",
            "created_at": "2023-01-20T22:57:02.469893-05:00",
            "name": "Draw",
            "reward": "3.37000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d72de2d-5475-46d3-8156-3e13dbb42aea/?format=api"
        },
        {
            "id": "9746c714-9658-4a2d-9828-daba629a53a6",
            "gambit_id": "b087ea67-0e61-4320-b819-a6966a68f486",
            "last_updated": "2023-01-23T11:42:12.987908-05:00",
            "created_at": "2023-01-20T22:57:02.466408-05:00",
            "name": "Manchester United",
            "reward": "3.75000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d72de2d-5475-46d3-8156-3e13dbb42aea/?format=api"
        }
    ]
}