GET /api/bet_types/0979a839-a8ef-4fb6-b7f4-b1ecdc17c2ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0979a839-a8ef-4fb6-b7f4-b1ecdc17c2ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb1c8c8c-ec43-47b0-8fdd-09e3555e1833/?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": "CF Montréal",
                "amount": 6343.0
            },
            {
                "team": "Draw",
                "amount": 3657.0
            }
        ],
        "expected_reward_tokens": 12177.81,
        "profit_sb": 2677.81,
        "profit_sb_percentage": 28.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CF Montréal",
                "amount": 4807.0
            },
            {
                "team": "Draw",
                "amount": 2771.0
            },
            {
                "team": "Orlando City SC",
                "amount": 2422.0
            }
        ],
        "expected_reward_tokens": 9227.43,
        "profit_sb": -272.57,
        "profit_sb_percentage": -2.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc766133-0bae-4d46-a9d9-46b703f1c088",
            "gambit_id": "16bacec9-86f0-4f4c-8a41-130015450b9d",
            "last_updated": "2022-10-17T10:22:14.296368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0979a839-a8ef-4fb6-b7f4-b1ecdc17c2ba/?format=api"
        },
        {
            "id": "e740568f-a97e-4b54-afc4-107f085b939b",
            "gambit_id": "25f69809-1be3-4a29-80d6-5195483c3f21",
            "last_updated": "2022-10-17T10:22:14.297379-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0979a839-a8ef-4fb6-b7f4-b1ecdc17c2ba/?format=api"
        },
        {
            "id": "0aa75cf9-69fd-4924-b486-72e293908cf1",
            "gambit_id": "df30c33a-7782-4cbc-8be0-347b3676b902",
            "last_updated": "2022-10-17T10:22:14.294947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0979a839-a8ef-4fb6-b7f4-b1ecdc17c2ba/?format=api"
        }
    ]
}