GET /api/bet_types/44e529fa-404b-4698-9878-31eda9d3c882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44e529fa-404b-4698-9878-31eda9d3c882",
    "match": "https://api-prod.gambitprofit.com/api/matches/213b4672-5ce9-448d-aa3d-1bc5c5693874/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-27T08:57:16.075314-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 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "904acffb-ff76-42a6-9b56-503ab7bcc611",
            "gambit_id": "862731a5-779d-48ed-ad57-323ae465d588",
            "last_updated": "2023-01-28T15:22:22.471192-05:00",
            "created_at": "2023-01-27T08:57:16.079808-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44e529fa-404b-4698-9878-31eda9d3c882/?format=api"
        },
        {
            "id": "1f9ccb51-fbc4-470b-aec2-30a71c9d1781",
            "gambit_id": "e3c7b31f-09b2-40d9-87bd-34849aa268ea",
            "last_updated": "2023-01-28T15:22:22.470079-05:00",
            "created_at": "2023-01-27T08:57:16.078467-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44e529fa-404b-4698-9878-31eda9d3c882/?format=api"
        }
    ]
}