GET /api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "caf9333b-6879-48fd-aec1-3e82a5243b15",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dbf02fe-29e9-4369-aee5-f12492ca3f3a/?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": "Eintracht Frankfurt",
                "amount": 6174.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 3826.0
            }
        ],
        "expected_reward_tokens": 12778.84,
        "profit_sb": 3278.84,
        "profit_sb_percentage": 34.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Eintracht Frankfurt",
                "amount": 4484.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 2779.0
            },
            {
                "team": "Draw",
                "amount": 2738.0
            }
        ],
        "expected_reward_tokens": 9281.82,
        "profit_sb": -218.18,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5c7ab3b-0426-4aa1-a63f-33e2c6418ccc",
            "gambit_id": "6198660d-bbb8-4655-9f16-4566ef272e37",
            "last_updated": "2022-10-27T12:07:07.489490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eintracht Frankfurt",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
        },
        {
            "id": "f2647fb5-b855-4d31-b1c1-5f8fa31063f9",
            "gambit_id": "0385bd86-f95c-4823-a7a1-f507f61d27ed",
            "last_updated": "2022-10-27T12:07:07.488520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Olympique Marseille",
            "reward": "3.34000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
        },
        {
            "id": "d3ae57e6-1c6c-45a2-8adb-0dc9c3cd5fd1",
            "gambit_id": "457b3a4b-27bc-49e6-9fa6-028bff578092",
            "last_updated": "2022-10-27T12:07:07.490481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.39000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
        }
    ]
}