GET /api/bet_types/3f3e5de4-e8cd-4fc8-8969-6995a8e1e469/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f3e5de4-e8cd-4fc8-8969-6995a8e1e469",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea2057f0-ad22-46c1-9998-253c825b8045/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:07:14.025657-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5690.0
            },
            {
                "team": "Manchester United",
                "amount": 4310.0
            }
        ],
        "expected_reward_tokens": 12800.7,
        "profit_sb": 3300.7,
        "profit_sb_percentage": 34.74,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4117.0
            },
            {
                "team": "Manchester United",
                "amount": 3119.0
            },
            {
                "team": "Draw",
                "amount": 2765.0
            }
        ],
        "expected_reward_tokens": 9262.75,
        "profit_sb": -237.25,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "62dfd026-cfba-4f17-b2e4-10232780e3ef",
            "gambit_id": "ba3a24eb-8dfb-49db-bd19-2b677470b732",
            "last_updated": "2023-04-03T20:32:19.642325-04:00",
            "created_at": "2023-03-31T11:07:14.031360-04:00",
            "name": "Newcastle United",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3e5de4-e8cd-4fc8-8969-6995a8e1e469/?format=api"
        },
        {
            "id": "9c194d77-090d-432a-91ff-b986b4c85f86",
            "gambit_id": "c9d6371e-d5c1-4ebd-9767-9f353252cd1b",
            "last_updated": "2023-04-03T20:32:19.635175-04:00",
            "created_at": "2023-03-31T11:07:14.027497-04:00",
            "name": "Manchester United",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3e5de4-e8cd-4fc8-8969-6995a8e1e469/?format=api"
        },
        {
            "id": "cae7efa0-506b-4be9-b0b3-f569cad69515",
            "gambit_id": "62a04245-bc96-472d-915f-65e579080459",
            "last_updated": "2023-04-03T20:32:19.638571-04:00",
            "created_at": "2023-03-31T11:07:14.029460-04:00",
            "name": "Draw",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3e5de4-e8cd-4fc8-8969-6995a8e1e469/?format=api"
        }
    ]
}