GET /api/bet_types/b477b42a-dde1-42b4-bceb-9f0be714376e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b477b42a-dde1-42b4-bceb-9f0be714376e",
    "match": "https://api-prod.gambitprofit.com/api/matches/185fc0eb-b45c-4db9-981b-48817dcaab09/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:04.149278-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6307.0
            },
            {
                "team": "Leicester City",
                "amount": 3693.0
            }
        ],
        "expected_reward_tokens": 12297.69,
        "profit_sb": 2797.69,
        "profit_sb_percentage": 29.45,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4674.0
            },
            {
                "team": "Leicester City",
                "amount": 2737.0
            },
            {
                "team": "Draw",
                "amount": 2589.0
            }
        ],
        "expected_reward_tokens": 9113.28,
        "profit_sb": -386.72,
        "profit_sb_percentage": -4.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "10c6ae35-7025-4301-82c2-f75f868b1644",
            "gambit_id": "f2223ee5-a2af-4e66-ba50-3eceb1373e91",
            "last_updated": "2023-02-12T09:57:02.263981-05:00",
            "created_at": "2023-02-09T11:12:04.153129-05:00",
            "name": "Tottenham",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b477b42a-dde1-42b4-bceb-9f0be714376e/?format=api"
        },
        {
            "id": "f3012070-4b4d-41f6-85f3-82afcfa514e6",
            "gambit_id": "141acc4a-dd34-4312-af9d-a6d6eb20ab14",
            "last_updated": "2023-02-12T09:57:02.261798-05:00",
            "created_at": "2023-02-09T11:12:04.150506-05:00",
            "name": "Leicester City",
            "reward": "3.33000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b477b42a-dde1-42b4-bceb-9f0be714376e/?format=api"
        },
        {
            "id": "acf7c883-9e60-43e7-a25d-2d8bc3d8fe71",
            "gambit_id": "6ccd59b0-f25e-4f27-9ef4-f57bd5812df2",
            "last_updated": "2023-02-12T09:57:02.262885-05:00",
            "created_at": "2023-02-09T11:12:04.151804-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b477b42a-dde1-42b4-bceb-9f0be714376e/?format=api"
        }
    ]
}