GET /api/bet_types/cc0c098f-5734-49aa-afb1-a56a21d1bed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc0c098f-5734-49aa-afb1-a56a21d1bed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/91056237-d53c-452c-bf66-7b836bbbde7e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:57.635926-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": "LAA (R Detmers)",
                "amount": 5117.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d40dbb5-ed80-4b29-aeec-2b12c1d8ed9b",
            "gambit_id": "54de3394-d1e1-4a7c-aa2b-dc4811ffeaa9",
            "last_updated": "2023-05-07T11:57:21.060209-04:00",
            "created_at": "2023-05-06T11:51:57.638797-04:00",
            "name": "LAA (R Detmers)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc0c098f-5734-49aa-afb1-a56a21d1bed4/?format=api"
        },
        {
            "id": "f1ce595a-e44f-455a-977d-85e5e73d7b0a",
            "gambit_id": "72d293af-7c3c-4f01-8d57-093df436138e",
            "last_updated": "2023-05-07T11:57:21.059050-04:00",
            "created_at": "2023-05-06T11:51:57.637272-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc0c098f-5734-49aa-afb1-a56a21d1bed4/?format=api"
        }
    ]
}