GET /api/bet_types/c6b36c9d-51ad-4ec2-b337-bc7afcebab2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6b36c9d-51ad-4ec2-b337-bc7afcebab2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6e6977e-b0b2-4027-b557-be44d0d5f624/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "a64b0ac5-a3b2-4502-8804-e5627395b0e6",
            "gambit_id": "c2c9ba29-c73e-47fa-8c66-ccc81f1cdb8a",
            "last_updated": "2022-11-29T10:27:09.568561-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b36c9d-51ad-4ec2-b337-bc7afcebab2b/?format=api"
        },
        {
            "id": "de8c8043-b70d-4c14-8c62-1b31923a088a",
            "gambit_id": "0e414c84-0033-48ff-944d-3e0e1db5da4f",
            "last_updated": "2022-11-29T10:27:09.569759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b36c9d-51ad-4ec2-b337-bc7afcebab2b/?format=api"
        }
    ]
}