GET /api/bet_types/2aeff5b7-37bc-487c-a0bc-ff006d5fc7d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aeff5b7-37bc-487c-a0bc-ff006d5fc7d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e7bb634-91f4-46d2-ad48-b6d0df3988d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:20.616285-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": "BOS (K Crawford)",
                "amount": 5440.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "53f538c4-d277-4efd-b1c1-46dc0b5f3010",
            "gambit_id": "fd134c9d-303d-46bc-8d1e-4d5565453b6d",
            "last_updated": "2023-09-18T19:08:06.900359-04:00",
            "created_at": "2023-09-11T08:48:20.625505-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aeff5b7-37bc-487c-a0bc-ff006d5fc7d4/?format=api"
        },
        {
            "id": "df7e7d3f-32da-4aae-b931-5cf0c31728ca",
            "gambit_id": "63055f71-904a-4db5-b323-3d510a340674",
            "last_updated": "2023-09-18T19:08:06.896476-04:00",
            "created_at": "2023-09-11T08:48:20.621013-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aeff5b7-37bc-487c-a0bc-ff006d5fc7d4/?format=api"
        }
    ]
}