GET /api/bet_types/ba349322-dfb4-4aea-a3e2-0cd1532c2dc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba349322-dfb4-4aea-a3e2-0cd1532c2dc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3035766e-4f48-4e89-8a6b-a876099d5f1e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:59.247352-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d7a5790-9502-4098-9670-79c9ca8e4a85",
            "gambit_id": "2353cb28-bb15-4396-a790-4943c5597070",
            "last_updated": "2023-10-16T18:23:00.855936-04:00",
            "created_at": "2023-10-12T10:57:59.250867-04:00",
            "name": "Game Total Over 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba349322-dfb4-4aea-a3e2-0cd1532c2dc2/?format=api"
        },
        {
            "id": "bdb10f96-394d-4f4c-a02c-a0987c2ab052",
            "gambit_id": "4b91d7a4-c5b7-46f8-adca-24f68b991ce7",
            "last_updated": "2023-10-16T18:23:00.860663-04:00",
            "created_at": "2023-10-12T10:57:59.254885-04:00",
            "name": "Game Total Under 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba349322-dfb4-4aea-a3e2-0cd1532c2dc2/?format=api"
        }
    ]
}