GET /api/bet_types/df4b8894-fd39-4098-a6c3-7761fa0694b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df4b8894-fd39-4098-a6c3-7761fa0694b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a46ab9f5-9b9e-4987-b657-3e1fab4dfab4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:14.673578-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": "TOR (K Gausman)",
                "amount": 5426.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebe7eed5-d268-4500-8f5d-e94433d534c2",
            "gambit_id": "866c40c5-1d81-46c0-96fc-821cca61a598",
            "last_updated": "2023-06-22T11:03:08.700426-04:00",
            "created_at": "2023-06-21T08:33:14.675311-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4b8894-fd39-4098-a6c3-7761fa0694b5/?format=api"
        },
        {
            "id": "68a8d536-7873-4c86-a456-0e5ea8671f87",
            "gambit_id": "2c568539-2148-4873-af8d-1f3a29839f9e",
            "last_updated": "2023-06-22T11:03:08.698322-04:00",
            "created_at": "2023-06-21T08:33:14.677489-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4b8894-fd39-4098-a6c3-7761fa0694b5/?format=api"
        }
    ]
}