GET /api/bet_types/a9a8f1ce-7437-49f3-b513-b3f0f9561906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9a8f1ce-7437-49f3-b513-b3f0f9561906",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bfcdbd4-21a1-4569-a033-ef2de7b024b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:08.367406-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "752ac816-c51a-4488-8156-5149441797dd",
            "gambit_id": "8ed8c8e5-c954-4c7f-a713-728ffebbacf8",
            "last_updated": "2023-04-25T11:42:18.543582-04:00",
            "created_at": "2023-04-24T13:02:08.372277-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9a8f1ce-7437-49f3-b513-b3f0f9561906/?format=api"
        },
        {
            "id": "6dcd0912-7efe-4762-b64d-4e37d8a97cd9",
            "gambit_id": "80bc439a-8e14-46bc-a66f-6be2e08a3f54",
            "last_updated": "2023-04-25T11:42:18.540980-04:00",
            "created_at": "2023-04-24T13:02:08.369824-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9a8f1ce-7437-49f3-b513-b3f0f9561906/?format=api"
        }
    ]
}