GET /api/bet_types/b9200995-026b-4bdd-beb7-484ae17d87ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9200995-026b-4bdd-beb7-484ae17d87ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/392f6cc6-2e59-4f7e-8780-380e31fe2226/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:00.976276-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": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "759bda7a-5eaf-436d-91a1-cfda7278ccad",
            "gambit_id": "a4fae513-743b-4ddb-9cf6-1ed5ab23b33f",
            "last_updated": "2023-05-29T11:47:17.928987-04:00",
            "created_at": "2023-05-27T10:47:00.981885-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9200995-026b-4bdd-beb7-484ae17d87ed/?format=api"
        },
        {
            "id": "5f6dade8-6d31-4bba-8179-5adb4dda42f6",
            "gambit_id": "ffa85ce7-35a3-4f53-990e-2368de8475fe",
            "last_updated": "2023-05-29T11:47:17.927121-04:00",
            "created_at": "2023-05-27T10:47:00.979466-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9200995-026b-4bdd-beb7-484ae17d87ed/?format=api"
        }
    ]
}