GET /api/bet_types/f9d12a2d-55b5-4b30-a517-c5e00707cd3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9d12a2d-55b5-4b30-a517-c5e00707cd3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4219414-e302-465d-a8a3-d6dd74cb362d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-01T09:18:20.736268-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 (K Bradish)",
                "amount": 5980.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "39be2001-f994-481b-ac8d-add41089e433",
            "gambit_id": "c6348c5c-dab6-48a8-aa7c-199ac477f626",
            "last_updated": "2023-10-03T10:03:09.853593-04:00",
            "created_at": "2023-10-01T09:18:20.748478-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d12a2d-55b5-4b30-a517-c5e00707cd3e/?format=api"
        },
        {
            "id": "406563c9-4de7-4774-81f5-8be9ace2df82",
            "gambit_id": "2ec41504-d270-4eb4-829f-b0a286da8e95",
            "last_updated": "2023-10-03T10:03:09.847904-04:00",
            "created_at": "2023-10-01T09:18:20.742182-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d12a2d-55b5-4b30-a517-c5e00707cd3e/?format=api"
        }
    ]
}