GET /api/bet_types/f911c05f-0a94-4bd7-8f3c-e0804846f32d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f911c05f-0a94-4bd7-8f3c-e0804846f32d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4877a0b9-504d-4d8f-b44d-01d4dfa48b2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:47.300781-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e7ca73f-5590-4d3c-9e66-a8c990d743c2",
            "gambit_id": "dbf61589-dea4-45bb-aa26-c297289afe1f",
            "last_updated": "2023-02-02T10:32:06.809624-05:00",
            "created_at": "2023-02-01T09:26:47.302083-05:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f911c05f-0a94-4bd7-8f3c-e0804846f32d/?format=api"
        },
        {
            "id": "12b660ed-7121-4a8f-a422-6bc3a4aa69e7",
            "gambit_id": "b850d293-d60e-4ba0-a26a-c8aed7d204d8",
            "last_updated": "2023-02-02T10:32:06.810790-05:00",
            "created_at": "2023-02-01T09:26:47.303774-05:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f911c05f-0a94-4bd7-8f3c-e0804846f32d/?format=api"
        }
    ]
}