GET /api/bet_types/67b66dd6-5965-44d9-81bf-853ff7e80e5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b66dd6-5965-44d9-81bf-853ff7e80e5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ced635c-fe52-4750-88df-8914acdf1704/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T10:53:06.993254-05: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": "Total Rounds Over 2.5",
                "amount": 6318.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3682.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": -149.36,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b4c33cb-14a4-4b3b-a669-b20893c2c107",
            "gambit_id": "4f397db9-12b0-4f52-b114-f1acfa820bb3",
            "last_updated": "2023-12-12T10:48:19.065301-05:00",
            "created_at": "2023-12-08T10:53:06.997751-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b66dd6-5965-44d9-81bf-853ff7e80e5d/?format=api"
        },
        {
            "id": "23a3fdda-b9fa-40fb-b94c-bc5f01eed579",
            "gambit_id": "06debf52-3124-4da5-8e92-38966f9db81c",
            "last_updated": "2023-12-12T10:48:19.068367-05:00",
            "created_at": "2023-12-08T10:53:07.003551-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b66dd6-5965-44d9-81bf-853ff7e80e5d/?format=api"
        }
    ]
}