GET /api/bet_types/c898267a-386d-4df3-a1d6-a6499c0c3c9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c898267a-386d-4df3-a1d6-a6499c0c3c9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/357df87c-ce86-4ebd-bdd0-798aceb5cd86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:19.536259-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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "edd07cff-b67e-4c15-98ed-c2b09a19818e",
            "gambit_id": "3df579ef-770b-4a95-acfc-eac473a8f344",
            "last_updated": "2023-06-08T16:33:26.396716-04:00",
            "created_at": "2023-06-07T09:28:19.539668-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c898267a-386d-4df3-a1d6-a6499c0c3c9c/?format=api"
        },
        {
            "id": "be36bbd3-bc74-4502-9846-abd5fa38c84c",
            "gambit_id": "8038a888-4313-460d-bd6b-ac5e82f666f2",
            "last_updated": "2023-06-08T16:33:26.399039-04:00",
            "created_at": "2023-06-07T09:28:19.537911-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c898267a-386d-4df3-a1d6-a6499c0c3c9c/?format=api"
        }
    ]
}