GET /api/bet_types/5ac53f4d-387a-4ef7-a051-fde6b88c8cff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac53f4d-387a-4ef7-a051-fde6b88c8cff",
    "match": "https://api-prod.gambitprofit.com/api/matches/828aff44-fc65-49d9-afb0-791589d5d156/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:18:03.838619-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 2.5",
                "amount": 5376.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 9246.72,
        "profit_sb": -253.28,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd0c476b-4a1f-4512-971d-b4af9a8979dd",
            "gambit_id": "41d16ec9-b3aa-4e36-a389-f78479bf0221",
            "last_updated": "2023-12-26T20:28:09.137965-05:00",
            "created_at": "2023-12-21T09:18:03.847819-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac53f4d-387a-4ef7-a051-fde6b88c8cff/?format=api"
        },
        {
            "id": "5b590af1-8ac0-4471-bbe2-ebac198a4a34",
            "gambit_id": "a965aece-96ee-46cf-ade5-9e72106b548a",
            "last_updated": "2023-12-26T20:28:09.134528-05:00",
            "created_at": "2023-12-21T09:18:03.843415-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac53f4d-387a-4ef7-a051-fde6b88c8cff/?format=api"
        }
    ]
}