GET /api/bet_types/1f8032c9-0302-4258-aaab-fca06700b661/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f8032c9-0302-4258-aaab-fca06700b661",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3aec78b-922d-4d30-8bec-517130572bf4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:16.502846-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3995b5a8-9b92-47a3-8bcf-5025c68aaa4a",
            "gambit_id": "cdda1642-a77c-47e1-85b2-2e01ac177bfc",
            "last_updated": "2023-03-13T10:27:12.266475-04:00",
            "created_at": "2023-03-11T09:32:16.504748-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8032c9-0302-4258-aaab-fca06700b661/?format=api"
        },
        {
            "id": "48c47c43-fd8f-484a-9f96-73c7e41201ae",
            "gambit_id": "ac4d28f2-8083-48e9-b8cc-c15dedb4969e",
            "last_updated": "2023-03-13T10:27:12.268428-04:00",
            "created_at": "2023-03-11T09:32:16.506593-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8032c9-0302-4258-aaab-fca06700b661/?format=api"
        }
    ]
}