GET /api/bet_types/2538db40-a0e3-4ab3-b581-08b3285015b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2538db40-a0e3-4ab3-b581-08b3285015b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a769d8-b1e9-4c1e-bd92-9d18166bb7f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Porto",
                "amount": 6000.0
            },
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 4000.0
            }
        ],
        "expected_reward_tokens": 12720.0,
        "profit_sb": 3220.0,
        "profit_sb_percentage": 33.89,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Porto",
                "amount": 4407.0
            },
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 2938.0
            },
            {
                "team": "Draw",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9342.08,
        "profit_sb": -157.92,
        "profit_sb_percentage": -1.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "32dfc82a-d05c-4f8f-b113-9945d1518d43",
            "gambit_id": "fc12b877-e7e1-495f-ba7a-1e3b0780f665",
            "last_updated": "2022-10-05T07:11:54.591910-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Porto",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2538db40-a0e3-4ab3-b581-08b3285015b1/?format=api"
        },
        {
            "id": "67ab52a0-4403-4144-ae6a-a795e8aeed7c",
            "gambit_id": "cc072a6d-eddc-4c73-9186-337370bedbb7",
            "last_updated": "2022-10-05T07:11:54.590938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bayer 04 Leverkusen",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2538db40-a0e3-4ab3-b581-08b3285015b1/?format=api"
        },
        {
            "id": "13a54a22-46d9-42a6-8c6f-e101257d2638",
            "gambit_id": "58483733-2e0c-4bea-8bc5-a44f1321c107",
            "last_updated": "2022-10-05T07:11:54.592871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2538db40-a0e3-4ab3-b581-08b3285015b1/?format=api"
        }
    ]
}