GET /api/bet_types/5f37a9e6-6304-4645-a77e-95c54e7784d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f37a9e6-6304-4645-a77e-95c54e7784d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac8f0fd1-0ec1-44e2-8280-e24bc35a6a8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T10:42:58.160681-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": "Total Rounds Under 2.5",
                "amount": 5297.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "da782597-6e90-42ee-9ae1-85bf3039e0b8",
            "gambit_id": "9f1fc383-a39d-485d-b9f9-3f29364616f0",
            "last_updated": "2023-06-12T10:27:56.495336-04:00",
            "created_at": "2023-06-10T10:42:58.164550-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f37a9e6-6304-4645-a77e-95c54e7784d1/?format=api"
        },
        {
            "id": "c5ad8a6f-7b3a-4463-8e50-6fe5efb65336",
            "gambit_id": "a4aa34e1-ab81-47f4-88dc-74fafa78c855",
            "last_updated": "2023-06-12T10:27:56.493078-04:00",
            "created_at": "2023-06-10T10:42:58.162682-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f37a9e6-6304-4645-a77e-95c54e7784d1/?format=api"
        }
    ]
}