GET /api/bet_types/78524e74-5743-49e4-b7ba-c9710ea75748/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78524e74-5743-49e4-b7ba-c9710ea75748",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ac84946-e0d7-489a-be95-e199642ef445/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T10:56:58.129608-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": "Philadelphia Flyers",
                "amount": 6235.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2c9e43a-5aef-4468-9f8f-22b9394ee21f",
            "gambit_id": "c94e678b-29b3-425f-b619-55746c9befa4",
            "last_updated": "2023-02-13T10:02:11.516373-05:00",
            "created_at": "2023-02-12T10:56:58.130869-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78524e74-5743-49e4-b7ba-c9710ea75748/?format=api"
        },
        {
            "id": "79905e16-9bfd-44e3-873b-8fab7faefcbd",
            "gambit_id": "5f84e2f8-d631-49fa-9748-f34c1b8271e6",
            "last_updated": "2023-02-13T10:02:11.517563-05:00",
            "created_at": "2023-02-12T10:56:58.132223-05:00",
            "name": "Seattle Kraken",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78524e74-5743-49e4-b7ba-c9710ea75748/?format=api"
        }
    ]
}