GET /api/bet_types/730ed86d-0b19-461a-a8f2-bbd2881bb3f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730ed86d-0b19-461a-a8f2-bbd2881bb3f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/63d077d7-b626-4113-8a11-b4300d5bf572/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:22:07.332324-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 6.5",
                "amount": 5211.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b51d4be-a97f-4c66-95b0-7d22eebb9b57",
            "gambit_id": "a7183266-bd77-45f8-90b6-13fa6fd12650",
            "last_updated": "2023-01-20T09:57:01.260381-05:00",
            "created_at": "2023-01-19T09:22:07.333604-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730ed86d-0b19-461a-a8f2-bbd2881bb3f0/?format=api"
        },
        {
            "id": "9a954b09-31d4-4b34-8e74-57a4342df757",
            "gambit_id": "9e6cd42d-9ebd-4cd5-b8b3-2ad7ca8a515f",
            "last_updated": "2023-01-20T09:57:01.261506-05:00",
            "created_at": "2023-01-19T09:22:07.334849-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730ed86d-0b19-461a-a8f2-bbd2881bb3f0/?format=api"
        }
    ]
}