GET /api/bet_types/ba589bd5-2907-473d-add7-fd68dc46a245/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba589bd5-2907-473d-add7-fd68dc46a245",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc027bde-eb84-4785-9c26-279582000042/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:27:15.238133-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 6583.0
            },
            {
                "team": "Draw",
                "amount": 3417.0
            }
        ],
        "expected_reward_tokens": 11717.74,
        "profit_sb": 2217.74,
        "profit_sb_percentage": 23.34,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 5256.0
            },
            {
                "team": "Draw",
                "amount": 2728.0
            },
            {
                "team": "Bournemouth",
                "amount": 2016.0
            }
        ],
        "expected_reward_tokens": 9354.24,
        "profit_sb": -145.76,
        "profit_sb_percentage": -1.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7848280-4170-49d9-a3ba-a6df8a97eecf",
            "gambit_id": "4e9ccbe4-c08c-4afb-b38a-594080825968",
            "last_updated": "2023-02-19T16:07:14.787404-05:00",
            "created_at": "2023-02-17T10:27:15.240694-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba589bd5-2907-473d-add7-fd68dc46a245/?format=api"
        },
        {
            "id": "39346062-4798-4e8c-b399-e60c84956b07",
            "gambit_id": "7ef40f1a-3866-4ce2-b606-eca23a8372fe",
            "last_updated": "2023-02-19T16:07:14.788590-05:00",
            "created_at": "2023-02-17T10:27:15.241995-05:00",
            "name": "Draw",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba589bd5-2907-473d-add7-fd68dc46a245/?format=api"
        },
        {
            "id": "0b56ba61-a7ad-4860-b48e-5d3b7f789118",
            "gambit_id": "b6a75f68-325c-4c25-8111-afd6e953500d",
            "last_updated": "2023-02-19T16:07:14.786267-05:00",
            "created_at": "2023-02-17T10:27:15.239402-05:00",
            "name": "Bournemouth",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba589bd5-2907-473d-add7-fd68dc46a245/?format=api"
        }
    ]
}