GET /api/bet_types/80b35641-3823-4fa4-a8b0-d88e8ee7ad90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80b35641-3823-4fa4-a8b0-d88e8ee7ad90",
    "match": "https://api-prod.gambitprofit.com/api/matches/bccb482e-5c6c-469c-8340-7c329482ae9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T01:03:11.630444-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 12",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9460a9e0-a0ea-467a-bcc6-a3354d6dee52",
            "gambit_id": "3338f845-684e-4ef7-9b5d-2a356383077d",
            "last_updated": "2023-09-02T12:08:25.337025-04:00",
            "created_at": "2023-09-01T01:03:11.638316-04:00",
            "name": "Game Total Under 12",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b35641-3823-4fa4-a8b0-d88e8ee7ad90/?format=api"
        },
        {
            "id": "8f81bb18-c011-4c9a-b921-5692f70540d1",
            "gambit_id": "8d6ac2c2-70dc-4745-a8b5-e8c8df1acfd7",
            "last_updated": "2023-09-02T12:08:25.333815-04:00",
            "created_at": "2023-09-01T01:03:11.634132-04:00",
            "name": "Game Total Over 12",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b35641-3823-4fa4-a8b0-d88e8ee7ad90/?format=api"
        }
    ]
}