GET /api/bet_types/3f5d23ef-878b-4211-aa7e-a47a0ed12d16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f5d23ef-878b-4211-aa7e-a47a0ed12d16",
    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T11:41:55.383051-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": "Los Angeles Kings",
                "amount": 6721.0
            },
            {
                "team": "New York Islanders",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b375005-6a98-48ff-be0d-2455e36a3397",
            "gambit_id": "e3a56298-9966-420a-b8d8-2c0b579e4bef",
            "last_updated": "2023-02-25T17:27:18.803156-05:00",
            "created_at": "2023-02-24T11:41:55.385666-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5d23ef-878b-4211-aa7e-a47a0ed12d16/?format=api"
        },
        {
            "id": "98a54ea7-35a5-47b9-bfbe-a8129d189240",
            "gambit_id": "8b538b16-aa66-40ce-a5bd-4dd33126f0b0",
            "last_updated": "2023-02-25T17:27:18.802022-05:00",
            "created_at": "2023-02-24T11:41:55.384342-05:00",
            "name": "New York Islanders",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5d23ef-878b-4211-aa7e-a47a0ed12d16/?format=api"
        }
    ]
}