GET /api/bet_types/c9edfc79-c3c7-4f34-91fb-d8a96a99b286/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9edfc79-c3c7-4f34-91fb-d8a96a99b286",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c2f9e3c-1478-4904-a46d-d97a91d87e7f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:18.637077-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": "Colorado Avalanche",
                "amount": 6927.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "56997574-18b8-4503-a394-b63a4649f77a",
            "gambit_id": "15cc1c81-5a85-4732-91d2-97c0e4fd691c",
            "last_updated": "2023-04-05T22:42:03.727637-04:00",
            "created_at": "2023-04-04T09:32:18.639819-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9edfc79-c3c7-4f34-91fb-d8a96a99b286/?format=api"
        },
        {
            "id": "a81323a4-0cbf-4fde-9d9e-ad657e3b17fa",
            "gambit_id": "8ed298d1-15eb-4756-adfd-ebd7533bcfe2",
            "last_updated": "2023-04-05T22:42:03.725939-04:00",
            "created_at": "2023-04-04T09:32:18.638425-04:00",
            "name": "San Jose Sharks",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9edfc79-c3c7-4f34-91fb-d8a96a99b286/?format=api"
        }
    ]
}