GET /api/bet_types/386508b6-faa1-4b6e-bba2-48603607eeeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "386508b6-faa1-4b6e-bba2-48603607eeeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c8ec71-511e-49f7-90dc-2e3577dcfbf5/?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": "Paris Saint Germain",
                "amount": 7294.0
            },
            {
                "team": "Draw",
                "amount": 2706.0
            }
        ],
        "expected_reward_tokens": 10795.12,
        "profit_sb": 1795.12,
        "profit_sb_percentage": 19.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Paris Saint Germain",
                "amount": 5990.0
            },
            {
                "team": "Draw",
                "amount": 2222.0
            },
            {
                "team": "Juventus",
                "amount": 1787.0
            }
        ],
        "expected_reward_tokens": 8863.52,
        "profit_sb": -136.48,
        "profit_sb_percentage": -1.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "db8ebf9a-85a6-4a4d-8a4b-836eae867059",
            "gambit_id": "5e3331ac-cf20-430e-81e5-ac9b3ad49fc0",
            "last_updated": "2022-11-03T10:08:44.855455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Paris Saint Germain",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386508b6-faa1-4b6e-bba2-48603607eeeb/?format=api"
        },
        {
            "id": "d79c86be-8b87-4fd6-9663-6811d2cfd522",
            "gambit_id": "fb1c94cd-3c85-4222-939a-6c08c2d2bc2a",
            "last_updated": "2022-11-03T10:08:44.857364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.99000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386508b6-faa1-4b6e-bba2-48603607eeeb/?format=api"
        },
        {
            "id": "47c27561-2074-4d5d-bc12-18bb89a0cf54",
            "gambit_id": "064a4c3a-9084-49d6-a789-93c52f59738d",
            "last_updated": "2022-11-03T10:08:44.856403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Juventus",
            "reward": "4.96000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386508b6-faa1-4b6e-bba2-48603607eeeb/?format=api"
        }
    ]
}