GET /api/bet_types/8863ea73-4a72-4b51-a34a-559d2afe335d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8863ea73-4a72-4b51-a34a-559d2afe335d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b8e8fb5-6c13-45a3-88dc-743b861bdeab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:17.110538-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3fa52793-7210-43cf-a1db-8810f6fe48a4",
            "gambit_id": "5851ad57-a0d5-42c7-874f-680dd05059f1",
            "last_updated": "2023-11-04T10:38:16.787472-04:00",
            "created_at": "2023-11-03T11:23:17.115522-04:00",
            "name": "Game Total Under 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8863ea73-4a72-4b51-a34a-559d2afe335d/?format=api"
        },
        {
            "id": "7f7d44e3-cb3f-45ce-94d0-fca1ca6693f6",
            "gambit_id": "f3adfb59-183c-4dbf-9165-5270e0e5b2e2",
            "last_updated": "2023-11-04T10:38:16.790585-04:00",
            "created_at": "2023-11-03T11:23:17.125131-04:00",
            "name": "Game Total Over 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8863ea73-4a72-4b51-a34a-559d2afe335d/?format=api"
        }
    ]
}