GET /api/bet_types/270806eb-0852-4bb7-a584-a4ec7b46a2e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "270806eb-0852-4bb7-a584-a4ec7b46a2e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f1e3ad7-7699-48e5-834b-e08e46dbb3c0/?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": "West Ham United",
                "amount": 7098.0
            },
            {
                "team": "Draw",
                "amount": 2902.0
            }
        ],
        "expected_reward_tokens": 11143.68,
        "profit_sb": 1643.68,
        "profit_sb_percentage": 17.3,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5855.0
            },
            {
                "team": "Draw",
                "amount": 2394.0
            },
            {
                "team": "Fulham",
                "amount": 1751.0
            }
        ],
        "expected_reward_tokens": 9192.35,
        "profit_sb": -307.65,
        "profit_sb_percentage": -3.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b49d0b38-fabf-485c-a11c-4ffdcf2ba4af",
            "gambit_id": "d355b8cf-3264-4f72-87c4-e3a94182c0de",
            "last_updated": "2022-10-11T11:46:59.648767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/270806eb-0852-4bb7-a584-a4ec7b46a2e1/?format=api"
        },
        {
            "id": "c31d8399-1f13-4f37-a885-4684654e6d8d",
            "gambit_id": "2b0ebbec-b2a0-46cd-9ab4-be1b684e7cce",
            "last_updated": "2022-10-11T11:46:59.649767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.84000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/270806eb-0852-4bb7-a584-a4ec7b46a2e1/?format=api"
        },
        {
            "id": "ca65bac5-cd76-4364-8ec1-582de2433815",
            "gambit_id": "96a924b7-3fa8-44f9-aee5-3de165ad30d8",
            "last_updated": "2022-10-11T11:46:59.647773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "5.25000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/270806eb-0852-4bb7-a584-a4ec7b46a2e1/?format=api"
        }
    ]
}