GET /api/bet_types/a8fb9ed7-d515-49a8-8a99-59b96806c130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8fb9ed7-d515-49a8-8a99-59b96806c130",
    "match": "https://api-prod.gambitprofit.com/api/matches/49e40cdd-091f-4a47-9dcf-4369e947baad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:52.700476-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7617.0
            },
            {
                "team": "Draw",
                "amount": 2383.0
            }
        ],
        "expected_reward_tokens": 10890.31,
        "profit_sb": 1390.31,
        "profit_sb_percentage": 14.63,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6446.0
            },
            {
                "team": "Draw",
                "amount": 2017.0
            },
            {
                "team": "Aston Villa",
                "amount": 1536.0
            }
        ],
        "expected_reward_tokens": 9216.0,
        "profit_sb": -284.0,
        "profit_sb_percentage": -2.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "0278c61c-06a9-4ea4-a906-f6115f64f721",
            "gambit_id": "0aad4f04-41de-490e-a6a9-6ac44ccda526",
            "last_updated": "2023-05-22T18:07:19.033407-04:00",
            "created_at": "2023-05-19T11:41:52.706248-04:00",
            "name": "Liverpool",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8fb9ed7-d515-49a8-8a99-59b96806c130/?format=api"
        },
        {
            "id": "f3c8c847-2acc-4587-98c6-7210eafc0fe6",
            "gambit_id": "49daed63-23fc-4b7f-a4d5-8cc3d0bb3970",
            "last_updated": "2023-05-22T18:07:19.030758-04:00",
            "created_at": "2023-05-19T11:41:52.702384-04:00",
            "name": "Draw",
            "reward": "4.57000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8fb9ed7-d515-49a8-8a99-59b96806c130/?format=api"
        },
        {
            "id": "02831f30-b23f-43fc-91d0-5e888f86182c",
            "gambit_id": "46e61fdd-f2f6-4b92-91eb-458bbc92b2a0",
            "last_updated": "2023-05-22T18:07:19.032089-04:00",
            "created_at": "2023-05-19T11:41:52.704413-04:00",
            "name": "Aston Villa",
            "reward": "6.00000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8fb9ed7-d515-49a8-8a99-59b96806c130/?format=api"
        }
    ]
}