GET /api/bet_types/a5832a2f-b818-4d74-aa8c-da2829dbd77c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5832a2f-b818-4d74-aa8c-da2829dbd77c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d7bd765-6760-4480-9b84-b1119fd13404/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:11.836639-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "743fa9ec-02db-4540-a3ca-82064fc8be51",
            "gambit_id": "96912258-0c7a-4761-aba9-cbfa36ee1f6e",
            "last_updated": "2024-01-02T10:38:10.339344-05:00",
            "created_at": "2023-12-27T09:43:11.840694-05:00",
            "name": "Game Total Over 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5832a2f-b818-4d74-aa8c-da2829dbd77c/?format=api"
        },
        {
            "id": "8ee89da2-6861-4cf0-9566-a79a0b3561b3",
            "gambit_id": "35de01be-bcb6-4982-ab2f-85196dac4914",
            "last_updated": "2024-01-02T10:38:10.342645-05:00",
            "created_at": "2023-12-27T09:43:11.844755-05:00",
            "name": "Game Total Under 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5832a2f-b818-4d74-aa8c-da2829dbd77c/?format=api"
        }
    ]
}