GET /api/bet_types/6b7abb54-188e-4bb0-b5f3-890c92ef1f4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b7abb54-188e-4bb0-b5f3-890c92ef1f4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dbfb4bc-147a-462f-818e-8a64c6cb4bb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:05.261143-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7204.0
            },
            {
                "team": "Draw",
                "amount": 2796.0
            }
        ],
        "expected_reward_tokens": 11379.72,
        "profit_sb": 1879.72,
        "profit_sb_percentage": 19.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5832.0
            },
            {
                "team": "Draw",
                "amount": 2264.0
            },
            {
                "team": "Aston Villa",
                "amount": 1904.0
            }
        ],
        "expected_reward_tokens": 9214.48,
        "profit_sb": -285.52,
        "profit_sb_percentage": -3.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "36121f99-d5d5-4c35-8918-4cd5ac43a8ec",
            "gambit_id": "8dccc953-d305-4385-abe6-a3b751663f51",
            "last_updated": "2023-12-07T21:53:05.418239-05:00",
            "created_at": "2023-12-06T09:13:05.273172-05:00",
            "name": "Manchester City",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7abb54-188e-4bb0-b5f3-890c92ef1f4b/?format=api"
        },
        {
            "id": "5565825f-a0ee-42c9-9f21-debf57ffe06b",
            "gambit_id": "e98cbc4e-0023-47b1-8824-8adb8c41cacc",
            "last_updated": "2023-12-07T21:53:05.410159-05:00",
            "created_at": "2023-12-06T09:13:05.264696-05:00",
            "name": "Draw",
            "reward": "4.07000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7abb54-188e-4bb0-b5f3-890c92ef1f4b/?format=api"
        },
        {
            "id": "7584070d-0da1-4b39-bd07-7a5ec1468baa",
            "gambit_id": "c6deb89c-9dc4-4960-bdef-62291215b6cd",
            "last_updated": "2023-12-07T21:53:05.414324-05:00",
            "created_at": "2023-12-06T09:13:05.268821-05:00",
            "name": "Aston Villa",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7abb54-188e-4bb0-b5f3-890c92ef1f4b/?format=api"
        }
    ]
}