GET /api/bet_types/6dcba0ce-e23d-4434-b00f-8b02ce212372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dcba0ce-e23d-4434-b00f-8b02ce212372",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8c900c4-143a-4eaa-a777-487cf5a8e0c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:33:00.122827-04: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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2488ee41-f3f1-41b1-adfb-c026e5736feb",
            "gambit_id": "52d7c391-39b5-4a71-98ff-ee2e4d10ecb6",
            "last_updated": "2023-06-18T10:28:12.547590-04:00",
            "created_at": "2023-06-17T09:33:00.127274-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dcba0ce-e23d-4434-b00f-8b02ce212372/?format=api"
        },
        {
            "id": "4fb8232f-22ac-4e49-bae4-6165191aad1a",
            "gambit_id": "aed1bab3-8ee2-4569-8a88-c9b9b1887ae6",
            "last_updated": "2023-06-18T10:28:12.545760-04:00",
            "created_at": "2023-06-17T09:33:00.124906-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dcba0ce-e23d-4434-b00f-8b02ce212372/?format=api"
        }
    ]
}