GET /api/bet_types/c23c5dd0-8489-40b7-8b59-166d41290cda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c23c5dd0-8489-40b7-8b59-166d41290cda",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b3de046-d4b1-4bab-8b96-7583373e100d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Detroit Red Wings",
                "amount": 5304.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a92ce5f-75ec-4f02-b069-4a4f78162ccf",
            "gambit_id": "e93ec314-7766-489c-8805-b271af16d310",
            "last_updated": "2022-12-05T15:52:12.605712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23c5dd0-8489-40b7-8b59-166d41290cda/?format=api"
        },
        {
            "id": "56830946-f8fb-4376-9f11-fec82152304b",
            "gambit_id": "c256b68f-45f2-46ff-ac8a-470964655883",
            "last_updated": "2022-12-05T15:52:12.604766-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23c5dd0-8489-40b7-8b59-166d41290cda/?format=api"
        }
    ]
}