GET /api/bet_types/8927fd47-9df3-4531-914f-d81d1eac69e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8927fd47-9df3-4531-914f-d81d1eac69e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a81b48c3-e03a-490a-8581-7762cfc67560/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:13.569972-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NYM (T Megill)",
                "amount": 5131.0
            },
            {
                "team": "CIN (A Abbott)",
                "amount": 4869.0
            }
        ],
        "expected_reward_tokens": 9543.24,
        "profit_sb": 43.24,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "8712712b-507a-4064-aabe-bd229c3074b0",
            "gambit_id": "a22799b6-d74b-4501-af2e-6de1c481646d",
            "last_updated": "2023-09-18T09:03:30.149861-04:00",
            "created_at": "2023-09-16T09:23:13.584944-04:00",
            "name": "NYM (T Megill)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8927fd47-9df3-4531-914f-d81d1eac69e7/?format=api"
        },
        {
            "id": "dd9901a2-3221-4188-b7ed-851d6e8efd41",
            "gambit_id": "87e9c923-6ece-4580-a6f3-f60901e72d0b",
            "last_updated": "2023-09-18T09:03:30.143990-04:00",
            "created_at": "2023-09-16T09:23:13.577758-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.96000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8927fd47-9df3-4531-914f-d81d1eac69e7/?format=api"
        }
    ]
}