GET /api/bet_types/a2357899-2ef1-4ba5-a41f-71537e581c7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2357899-2ef1-4ba5-a41f-71537e581c7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2260a9a3-c870-4a61-a4e4-44e779a86370/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:57.739508-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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3b6c2bc-cd73-49a2-960d-0f7d60acd1a9",
            "gambit_id": "94b476f2-fe27-4f43-beb7-6b9c22c2419f",
            "last_updated": "2023-07-24T13:33:10.992162-04:00",
            "created_at": "2023-07-23T11:47:57.744040-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2357899-2ef1-4ba5-a41f-71537e581c7f/?format=api"
        },
        {
            "id": "33c4b894-4a61-4922-938e-a8b6a035729f",
            "gambit_id": "e9c5fd70-58f6-4deb-af4f-e3aa985b3c41",
            "last_updated": "2023-07-24T13:33:11.014584-04:00",
            "created_at": "2023-07-23T11:47:57.748890-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2357899-2ef1-4ba5-a41f-71537e581c7f/?format=api"
        }
    ]
}