GET /api/bet_types/c45160a1-c3b1-4b06-98a0-74211a6dcc89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c45160a1-c3b1-4b06-98a0-74211a6dcc89",
    "match": "https://api-prod.gambitprofit.com/api/matches/40875b38-ab3c-4755-99d2-cc0b5801bd97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:23.119481-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": "Vancouver Canucks",
                "amount": 5945.0
            },
            {
                "team": "New York Rangers",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b33c8cb-7d5c-4f45-a2d5-afe56f0b7948",
            "gambit_id": "76bf73d3-fae3-4f18-b79a-2f051f62b603",
            "last_updated": "2023-02-16T16:52:03.175255-05:00",
            "created_at": "2023-02-15T08:47:23.120783-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45160a1-c3b1-4b06-98a0-74211a6dcc89/?format=api"
        },
        {
            "id": "29ea9543-43f3-442c-94bf-73568fa6825b",
            "gambit_id": "56b992cc-ad2a-44b5-8793-f4d6d2187c72",
            "last_updated": "2023-02-16T16:52:03.176460-05:00",
            "created_at": "2023-02-15T08:47:23.122206-05:00",
            "name": "New York Rangers",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45160a1-c3b1-4b06-98a0-74211a6dcc89/?format=api"
        }
    ]
}