GET /api/bet_types/b8c04741-5683-4309-a61b-c92d79ec1a50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8c04741-5683-4309-a61b-c92d79ec1a50",
    "match": "https://api-prod.gambitprofit.com/api/matches/68235a39-4fd8-4e7d-a21d-51a16f85fccf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:17.079494-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": 6667.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9065.76,
        "profit_sb": 65.76,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a6e872e-ccea-4a2b-b86c-bec0cc0ff4ee",
            "gambit_id": "e43a531b-91e3-43e2-a0b6-cf24f9b911b1",
            "last_updated": "2022-12-28T21:42:14.345595-05:00",
            "created_at": "2022-12-27T08:57:17.081986-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c04741-5683-4309-a61b-c92d79ec1a50/?format=api"
        },
        {
            "id": "4ac7e1bf-e536-407f-a8cb-da2867214261",
            "gambit_id": "ecf8b133-ca88-4ae2-993b-694b4f43d9b8",
            "last_updated": "2022-12-28T21:42:14.344461-05:00",
            "created_at": "2022-12-27T08:57:17.080698-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.72000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c04741-5683-4309-a61b-c92d79ec1a50/?format=api"
        }
    ]
}