GET /api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f887ba8e-08e4-4e62-a413-33b99c823d4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/23631eee-f6b1-4790-b7ad-e21e7d692e4f/?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": "Vancouver Whitecaps FC",
                "amount": 5477.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 4523.0
            }
        ],
        "expected_reward_tokens": 11939.86,
        "profit_sb": 2939.86,
        "profit_sb_percentage": 32.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 4015.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 3316.0
            },
            {
                "team": "Draw",
                "amount": 2669.0
            }
        ],
        "expected_reward_tokens": 8752.7,
        "profit_sb": -247.3,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f88232a-1bd8-4e7b-adaa-a7ce1db1c04c",
            "gambit_id": "c5c3c0a8-2458-4942-968e-ab4ea5470156",
            "last_updated": "2022-08-18T10:41:52.936901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
        },
        {
            "id": "0003eae0-1d1a-4f4e-892b-f9bd43fa57cd",
            "gambit_id": "4ab6ffb5-2cde-4eb3-9eb0-3dcf82a4cf4d",
            "last_updated": "2022-08-18T10:41:52.936434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "2.64000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
        },
        {
            "id": "4f7c8cf1-e679-46f6-a986-1ae07adbfd82",
            "gambit_id": "39b9c4f6-8d1c-450a-a8bd-20c423a5558d",
            "last_updated": "2022-08-18T10:41:52.935971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
        }
    ]
}