GET /api/bet_types/a6064c15-4d75-4edc-921e-f185cc42d479/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6064c15-4d75-4edc-921e-f185cc42d479",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b8a3a18-6bc1-4209-9a8b-7061e832fffb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:06.275072-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 Over 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba87dbc9-384f-4a45-800a-2414f76c0a32",
            "gambit_id": "da1fcba3-7c79-4aec-9838-88c225d5f92d",
            "last_updated": "2023-03-22T16:37:18.037899-04:00",
            "created_at": "2023-03-21T10:32:06.282578-04:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6064c15-4d75-4edc-921e-f185cc42d479/?format=api"
        },
        {
            "id": "7b414e87-03d0-4c2f-be68-d6e34e9d1783",
            "gambit_id": "cda5cf50-780e-41ab-be6f-97e5b7cf0bd3",
            "last_updated": "2023-03-22T16:37:18.035933-04:00",
            "created_at": "2023-03-21T10:32:06.278094-04:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6064c15-4d75-4edc-921e-f185cc42d479/?format=api"
        }
    ]
}