GET /api/bet_types/7e3c9837-695c-4ae9-bdc7-ef57cf94dd73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e3c9837-695c-4ae9-bdc7-ef57cf94dd73",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3677557-949d-423d-be60-f938916e5de3/?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": "Sporting Kansas City",
                "amount": 6358.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 3642.0
            }
        ],
        "expected_reward_tokens": 11762.3,
        "profit_sb": 2762.3,
        "profit_sb_percentage": 30.69,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 4742.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 2716.0
            },
            {
                "team": "Draw",
                "amount": 2543.0
            }
        ],
        "expected_reward_tokens": 8772.68,
        "profit_sb": -227.32,
        "profit_sb_percentage": -2.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "73790074-6214-442b-ba2b-e4784ed0a17e",
            "gambit_id": "eb34ae7a-5f9e-45de-8af0-c05a842fb369",
            "last_updated": "2022-09-19T10:07:24.691241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3c9837-695c-4ae9-bdc7-ef57cf94dd73/?format=api"
        },
        {
            "id": "7808901d-f1a5-4664-b1e3-dd0c657993fb",
            "gambit_id": "a84b2c84-69bb-4d21-b457-07f07cc6ad3e",
            "last_updated": "2022-09-19T10:07:24.689252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "3.23000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3c9837-695c-4ae9-bdc7-ef57cf94dd73/?format=api"
        },
        {
            "id": "1ad5eecb-4dbc-4206-aac5-7d392166fba6",
            "gambit_id": "5d708092-1c26-4c2c-b8f0-65356740ce96",
            "last_updated": "2022-09-19T10:07:24.690270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.45000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3c9837-695c-4ae9-bdc7-ef57cf94dd73/?format=api"
        }
    ]
}