GET /api/bet_types/4a3c8000-53e5-4621-b3a0-e0b947c0e4f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a3c8000-53e5-4621-b3a0-e0b947c0e4f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcbedb7d-2bdb-41ae-9c58-41faf56e010e/?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 Over 8",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad6f1485-d94b-4b63-9489-81f98c1d27c6",
            "gambit_id": "1726bb9c-171c-4a49-a525-b1f9a357def3",
            "last_updated": "2022-09-25T21:57:00.393507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3c8000-53e5-4621-b3a0-e0b947c0e4f6/?format=api"
        },
        {
            "id": "3f8f7842-28c2-4f48-aa95-345dd938a9a5",
            "gambit_id": "7227f9fa-caa8-4980-9c7a-fd2c598508f1",
            "last_updated": "2022-09-25T21:57:00.392438-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3c8000-53e5-4621-b3a0-e0b947c0e4f6/?format=api"
        }
    ]
}