GET /api/bet_types/ebbae0e4-627a-44e9-a7b1-2102a44dd996/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebbae0e4-627a-44e9-a7b1-2102a44dd996",
    "match": "https://api-prod.gambitprofit.com/api/matches/63155843-9f06-4593-8a32-77193cefc98d/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:10.926537-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "84a0469d-fcd7-46ec-8df5-3defe99b3449",
            "gambit_id": "9a52a0f6-25e3-4bd6-8d91-9d24ab6fd210",
            "last_updated": "2022-12-31T14:11:51.831891-05:00",
            "created_at": "2022-12-30T10:27:10.927716-05:00",
            "name": "Game Total Under 227",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebbae0e4-627a-44e9-a7b1-2102a44dd996/?format=api"
        },
        {
            "id": "b8235d0b-bf0a-467f-a181-15ce4b54e6f6",
            "gambit_id": "b897ae0b-b4f9-4c6e-82c6-37a9a1d09bf3",
            "last_updated": "2022-12-31T14:11:51.833152-05:00",
            "created_at": "2022-12-30T10:27:10.928903-05:00",
            "name": "Game Total Over 227",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebbae0e4-627a-44e9-a7b1-2102a44dd996/?format=api"
        }
    ]
}