GET /api/bet_types/fe25881f-5516-4aa7-99e8-011d48de250a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe25881f-5516-4aa7-99e8-011d48de250a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fc7f8b4-a57c-4fad-8739-b4380e3001ae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:05.547665-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8bd8f5b-3399-42fb-b0cc-7311bfc57d0c",
            "gambit_id": "73ccd53c-3248-4332-9af7-9d049274c00f",
            "last_updated": "2023-09-15T10:28:27.754611-04:00",
            "created_at": "2023-09-14T09:33:05.555522-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe25881f-5516-4aa7-99e8-011d48de250a/?format=api"
        },
        {
            "id": "f073f224-054f-454a-b727-0af62f6d92c0",
            "gambit_id": "5dc8f5bc-4666-4e72-96b7-7c37c9914ff9",
            "last_updated": "2023-09-15T10:28:27.751205-04:00",
            "created_at": "2023-09-14T09:33:05.551523-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe25881f-5516-4aa7-99e8-011d48de250a/?format=api"
        }
    ]
}