GET /api/bet_types/de4b364c-4cca-44c1-9279-de7764869cb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de4b364c-4cca-44c1-9279-de7764869cb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a37158-4a9c-4c76-b68b-d7381dc76459/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-23T08:33:19.155104-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": "HOU (J Urquidy)",
                "amount": 5079.0
            },
            {
                "team": "BOS (C Sale)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f6f59e8-5121-48c4-8027-87d8a3e98b65",
            "gambit_id": "3aa7d673-6f8e-4d2c-b331-7e6cc35a13e2",
            "last_updated": "2023-08-24T17:28:06.422260-04:00",
            "created_at": "2023-08-23T08:33:19.164486-04:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4b364c-4cca-44c1-9279-de7764869cb4/?format=api"
        },
        {
            "id": "d52eed30-052a-4fe1-ac1d-b396d4b8ac17",
            "gambit_id": "a52a3dd2-9ba3-42e2-a64f-d14b81d658de",
            "last_updated": "2023-08-24T17:28:06.418770-04:00",
            "created_at": "2023-08-23T08:33:19.159701-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4b364c-4cca-44c1-9279-de7764869cb4/?format=api"
        }
    ]
}