GET /api/bet_types/ef9b41ae-0df9-4ee8-a4b8-794010dcffbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef9b41ae-0df9-4ee8-a4b8-794010dcffbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f41ee2f2-b82a-4c9f-9569-7c856d11e607/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-20T08:43:03.484996-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 Under 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f42f23dd-bcbf-4fc9-9666-28c4ef5a0fb4",
            "gambit_id": "fa817f48-1ceb-4403-9413-fa5bb7e48e13",
            "last_updated": "2023-08-21T19:38:24.948566-04:00",
            "created_at": "2023-08-20T08:43:03.501329-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9b41ae-0df9-4ee8-a4b8-794010dcffbc/?format=api"
        },
        {
            "id": "fe56d857-6f1b-48ba-a21c-d74e43438331",
            "gambit_id": "a807583a-e983-49b0-b620-40887441d7c0",
            "last_updated": "2023-08-21T19:38:24.945146-04:00",
            "created_at": "2023-08-20T08:43:03.495430-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9b41ae-0df9-4ee8-a4b8-794010dcffbc/?format=api"
        }
    ]
}