GET /api/bet_types/706c2bb0-c051-4192-885e-9d6115db1a10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "706c2bb0-c051-4192-885e-9d6115db1a10",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f75bcaf-4cb5-42f8-bc67-67897865d1c7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:25.021727-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6ad63c5-cc99-404c-8a83-83d891eb70dd",
            "gambit_id": "aef77812-b6a3-4ee5-817d-4438f907dd40",
            "last_updated": "2023-08-12T18:08:07.144683-04:00",
            "created_at": "2023-08-11T09:38:25.038310-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/706c2bb0-c051-4192-885e-9d6115db1a10/?format=api"
        },
        {
            "id": "1b429b4d-6f69-48b4-97ff-2044771997d6",
            "gambit_id": "814a9b53-2975-496e-bb88-8ce67ffed197",
            "last_updated": "2023-08-12T18:08:07.141434-04:00",
            "created_at": "2023-08-11T09:38:25.029503-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/706c2bb0-c051-4192-885e-9d6115db1a10/?format=api"
        }
    ]
}