GET /api/bet_types/92fd98a0-6cf1-46a0-8338-3eae6cea85a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92fd98a0-6cf1-46a0-8338-3eae6cea85a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "603e3f52-f98f-4cd2-b605-b668d609991e",
            "gambit_id": "e3c8a113-b0f7-4985-bf54-b41e0912504f",
            "last_updated": "2022-10-23T12:47:20.245906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fd98a0-6cf1-46a0-8338-3eae6cea85a9/?format=api"
        },
        {
            "id": "9e850d08-def2-440a-b10e-5f9986b258f0",
            "gambit_id": "f9d0e5f7-ac33-4d80-9c53-d9f51af9c530",
            "last_updated": "2022-10-23T12:47:20.244516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fd98a0-6cf1-46a0-8338-3eae6cea85a9/?format=api"
        }
    ]
}