GET /api/bet_types/82f95ca2-418e-4dd1-ba55-14497cf8b954/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82f95ca2-418e-4dd1-ba55-14497cf8b954",
    "match": "https://api-prod.gambitprofit.com/api/matches/c686f450-64d5-4649-b857-b64aff519d21/?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": "Bayer 04 Leverkusen",
                "amount": 6224.0
            },
            {
                "team": "FC Porto",
                "amount": 3776.0
            }
        ],
        "expected_reward_tokens": 12572.48,
        "profit_sb": 3072.48,
        "profit_sb_percentage": 32.34,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 4586.0
            },
            {
                "team": "FC Porto",
                "amount": 2782.0
            },
            {
                "team": "Draw",
                "amount": 2632.0
            }
        ],
        "expected_reward_tokens": 9263.72,
        "profit_sb": -236.28,
        "profit_sb_percentage": -2.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "64f666c0-0369-4e8a-a2ed-3cc9b43930a4",
            "gambit_id": "37ba1ade-5188-474b-ba45-7c0e20b8dfab",
            "last_updated": "2022-10-13T09:57:19.907199-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bayer 04 Leverkusen",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f95ca2-418e-4dd1-ba55-14497cf8b954/?format=api"
        },
        {
            "id": "811f4dd0-c001-4f58-82a5-561f45b50801",
            "gambit_id": "c0b8725f-8fd9-4c66-9a3e-6e39fdcf4949",
            "last_updated": "2022-10-13T09:57:19.906225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Porto",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f95ca2-418e-4dd1-ba55-14497cf8b954/?format=api"
        },
        {
            "id": "8a0a38d1-f0b6-4271-9ca9-b8f5d5f18871",
            "gambit_id": "7a31c279-4460-4f06-a69f-2d08cf4d36e8",
            "last_updated": "2022-10-13T09:57:19.908157-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/82f95ca2-418e-4dd1-ba55-14497cf8b954/?format=api"
        }
    ]
}