GET /api/bet_types/49547d49-cb56-48ae-aee2-ee59555ab89d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49547d49-cb56-48ae-aee2-ee59555ab89d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0daf1b9-4bd3-4d5a-bebf-ea0b9f4e5116/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:18.900679-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "849bad0b-f4d6-469e-8e7a-59d83147e479",
            "gambit_id": "3f89a89a-ee5a-465f-ac1b-46c5766aa23d",
            "last_updated": "2024-02-03T10:37:58.325652-05:00",
            "created_at": "2024-02-02T09:58:18.905185-05:00",
            "name": "Game Total Under 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49547d49-cb56-48ae-aee2-ee59555ab89d/?format=api"
        },
        {
            "id": "736b4332-1700-4616-a7ef-3f6ea4351de7",
            "gambit_id": "9f9ec641-de3c-41f2-bf95-7563231c8e88",
            "last_updated": "2024-02-03T10:37:58.329001-05:00",
            "created_at": "2024-02-02T09:58:18.923240-05:00",
            "name": "Game Total Over 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49547d49-cb56-48ae-aee2-ee59555ab89d/?format=api"
        }
    ]
}