GET /api/bet_types/46118c89-06c0-4f5b-be78-5840891cf6a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46118c89-06c0-4f5b-be78-5840891cf6a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/189ad062-e973-4bd0-a9cd-c57e181758f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:23.131648-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": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c033771-e2ba-41a6-b545-8b8f713fed77",
            "gambit_id": "c0b12d6d-9460-43d0-b297-f70e7243873a",
            "last_updated": "2023-06-26T23:08:01.200662-04:00",
            "created_at": "2023-06-25T09:28:23.135820-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46118c89-06c0-4f5b-be78-5840891cf6a5/?format=api"
        },
        {
            "id": "eb679098-152c-4669-9321-5e5f37676cbc",
            "gambit_id": "73782378-58e2-4e96-9f4b-6b732717911b",
            "last_updated": "2023-06-26T23:08:01.197101-04:00",
            "created_at": "2023-06-25T09:28:23.133618-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46118c89-06c0-4f5b-be78-5840891cf6a5/?format=api"
        }
    ]
}