GET /api/bet_types/41d6dafc-f01d-4cf5-83fd-894a12a235c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41d6dafc-f01d-4cf5-83fd-894a12a235c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/819a95b7-96cf-4c4d-a712-84cad7432067/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:08.884802-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": "BAL (T Wells)",
                "amount": 5351.0
            },
            {
                "team": "LOS (M Grove)",
                "amount": 4649.0
            }
        ],
        "expected_reward_tokens": 9576.94,
        "profit_sb": 76.94,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "86c70a16-e4a9-496f-9f70-409d1b4677c2",
            "gambit_id": "1e77784c-aa4e-4cd9-b86e-1206a0eb09db",
            "last_updated": "2023-07-20T09:58:27.851085-04:00",
            "created_at": "2023-07-18T08:53:08.888148-04:00",
            "name": "BAL (T Wells)",
            "reward": "1.79000",
            "odds": "1.82640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d6dafc-f01d-4cf5-83fd-894a12a235c8/?format=api"
        },
        {
            "id": "4a6d5ec9-02b3-4f35-8f38-610447f536bd",
            "gambit_id": "4c9abcfb-018b-467b-9793-088b67f52b34",
            "last_updated": "2023-07-20T09:58:27.849527-04:00",
            "created_at": "2023-07-18T08:53:08.886384-04:00",
            "name": "LOS (M Grove)",
            "reward": "2.06000",
            "odds": "2.11000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d6dafc-f01d-4cf5-83fd-894a12a235c8/?format=api"
        }
    ]
}