GET /api/bet_types/a5a4f85b-9f1a-46a9-a591-f640d7f1bd0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5a4f85b-9f1a-46a9-a591-f640d7f1bd0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a57ad0a-cf02-496c-a549-ee8dbd483675/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-16T09:52:56.625257-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 Over 6.5",
                "amount": 5602.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "32a22796-e6f6-48d5-88be-7f01d7bc4a27",
            "gambit_id": "076b6ba2-30df-47a0-8b35-96d144435403",
            "last_updated": "2023-10-17T10:18:10.563978-04:00",
            "created_at": "2023-10-16T09:52:56.628804-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5a4f85b-9f1a-46a9-a591-f640d7f1bd0d/?format=api"
        },
        {
            "id": "9c4b010a-eab6-4bb8-902d-d536aa2febe8",
            "gambit_id": "ad2d435f-b1fc-4b0e-985b-1f566abbee76",
            "last_updated": "2023-10-17T10:18:10.567397-04:00",
            "created_at": "2023-10-16T09:52:56.633524-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5a4f85b-9f1a-46a9-a591-f640d7f1bd0d/?format=api"
        }
    ]
}