GET /api/bet_types/247c52b1-88ac-4925-b9be-28880b1a110c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "247c52b1-88ac-4925-b9be-28880b1a110c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5464703a-af21-436d-93ab-95352300b1dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:58.152782-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": "Cleveland Cavaliers",
                "amount": 5106.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bff5597-d01e-47d8-bf13-1b01b4fd3c2d",
            "gambit_id": "4c724cb8-e4e9-42c1-9045-b1a875d3b197",
            "last_updated": "2023-02-28T12:37:06.673247-05:00",
            "created_at": "2023-02-26T08:46:58.153973-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/247c52b1-88ac-4925-b9be-28880b1a110c/?format=api"
        },
        {
            "id": "4d4e3aa7-292c-4642-b316-10906e7633ce",
            "gambit_id": "4bbcb0d4-6abe-4379-b42c-3546575df9f6",
            "last_updated": "2023-02-28T12:37:06.674396-05:00",
            "created_at": "2023-02-26T08:46:58.155244-05:00",
            "name": "Toronto Raptors",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/247c52b1-88ac-4925-b9be-28880b1a110c/?format=api"
        }
    ]
}