GET /api/bet_types/06066927-9bc3-41ba-b237-be383be245b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06066927-9bc3-41ba-b237-be383be245b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/40adef40-7e05-48f3-ad2d-b91972ac3c5e/?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": "Arsenal",
                "amount": 7538.0
            },
            {
                "team": "Draw",
                "amount": 2462.0
            }
        ],
        "expected_reward_tokens": 10854.72,
        "profit_sb": 1354.72,
        "profit_sb_percentage": 14.26,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6439.0
            },
            {
                "team": "Draw",
                "amount": 2103.0
            },
            {
                "team": "Southampton",
                "amount": 1458.0
            }
        ],
        "expected_reward_tokens": 9272.16,
        "profit_sb": -227.84,
        "profit_sb_percentage": -2.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4f006d4-c3fe-460d-9241-31a193104090",
            "gambit_id": "88e02cd6-0b8c-47e1-8549-64d0d33b8514",
            "last_updated": "2022-10-24T12:12:04.923153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.44000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06066927-9bc3-41ba-b237-be383be245b2/?format=api"
        },
        {
            "id": "c52e75d0-147a-4bc3-a396-989023bc8c16",
            "gambit_id": "07994878-ff7a-4d83-a61f-b263450aeb1b",
            "last_updated": "2022-10-24T12:12:04.924103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.41000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06066927-9bc3-41ba-b237-be383be245b2/?format=api"
        },
        {
            "id": "79fac904-0d2a-4540-8ca4-570d37b74661",
            "gambit_id": "44d07e35-a856-41bb-ba03-3ceac5ffbce4",
            "last_updated": "2022-10-24T12:12:04.922192-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "6.36000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06066927-9bc3-41ba-b237-be383be245b2/?format=api"
        }
    ]
}