GET /api/bet_types/7c69cd2f-9bc8-404b-b286-e5cae6a64b06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c69cd2f-9bc8-404b-b286-e5cae6a64b06",
    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:10.280899-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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac8205f0-2a9a-46a6-ab49-a062bf96be86",
            "gambit_id": "94e4b6cb-7132-4ebc-9f48-dda3a08903b2",
            "last_updated": "2023-05-04T10:52:19.209434-04:00",
            "created_at": "2023-05-03T12:12:10.282168-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/7c69cd2f-9bc8-404b-b286-e5cae6a64b06/?format=api"
        },
        {
            "id": "bcd3f310-ae97-443d-8d47-390f5c4342ad",
            "gambit_id": "254610b3-110e-4b6a-b012-17528c2e5449",
            "last_updated": "2023-05-04T10:52:19.210804-04:00",
            "created_at": "2023-05-03T12:12:10.283493-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/7c69cd2f-9bc8-404b-b286-e5cae6a64b06/?format=api"
        }
    ]
}