GET /api/bet_types/7c7f92e3-ca57-48e3-8759-b3306c2b866c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c7f92e3-ca57-48e3-8759-b3306c2b866c",
    "match": "https://api-prod.gambitprofit.com/api/matches/09386548-ed3d-44b3-baba-6f1906fae6ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:54.365730-05: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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3882bcb2-87e4-4ac2-aafa-39fa30de026a",
            "gambit_id": "c1fb5efc-683a-4d95-8d79-5d72aa251547",
            "last_updated": "2023-03-06T11:47:11.331283-05:00",
            "created_at": "2023-03-04T10:37:54.368116-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7f92e3-ca57-48e3-8759-b3306c2b866c/?format=api"
        },
        {
            "id": "c94a5269-e70c-4fa7-92db-d188df9afcef",
            "gambit_id": "dceca0dd-bb15-4371-a67c-405b78b4c770",
            "last_updated": "2023-03-06T11:47:11.330160-05:00",
            "created_at": "2023-03-04T10:37:54.366912-05:00",
            "name": "Dallas Stars",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7f92e3-ca57-48e3-8759-b3306c2b866c/?format=api"
        }
    ]
}