GET /api/bet_types/0f238684-cf74-445f-8de9-e98ddb3eeaec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f238684-cf74-445f-8de9-e98ddb3eeaec",
    "match": "https://api-prod.gambitprofit.com/api/matches/9086207c-c421-4c57-a1e8-0bfd594f4c8c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-17T08:58:21.815092-04: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": "Game Total Over 6.5",
                "amount": 5602.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec8f7ebb-e60f-455f-9da5-261c65fc1081",
            "gambit_id": "c32f372b-c42c-4763-a0fc-7f44d0b00255",
            "last_updated": "2023-10-18T10:57:56.128950-04:00",
            "created_at": "2023-10-17T08:58:21.819426-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f238684-cf74-445f-8de9-e98ddb3eeaec/?format=api"
        },
        {
            "id": "aa72ee4e-dfa9-4da6-b5c4-d83c881d9885",
            "gambit_id": "c5912a07-3b9c-4e30-bf91-510527145171",
            "last_updated": "2023-10-18T10:57:56.132454-04:00",
            "created_at": "2023-10-17T08:58:21.824248-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f238684-cf74-445f-8de9-e98ddb3eeaec/?format=api"
        }
    ]
}