GET /api/bet_types/62ff7f6c-60ca-411e-9db2-451c17313552/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62ff7f6c-60ca-411e-9db2-451c17313552",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a01487-99be-4898-bf9a-ef967dc07a76/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:58.822416-05: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 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4914c0dd-eb3c-4b8d-b6c0-769827d8410b",
            "gambit_id": "3a18d84c-dca0-4769-b2be-ce3ed7aeda88",
            "last_updated": "2023-11-12T11:08:38.981129-05:00",
            "created_at": "2023-11-09T09:47:58.826087-05:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ff7f6c-60ca-411e-9db2-451c17313552/?format=api"
        },
        {
            "id": "8549da86-921f-41ce-ad00-a89bd7677e85",
            "gambit_id": "9bedab2a-9c72-4773-8310-3e7bf9a588a2",
            "last_updated": "2023-11-12T11:08:38.984390-05:00",
            "created_at": "2023-11-09T09:47:58.830774-05:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ff7f6c-60ca-411e-9db2-451c17313552/?format=api"
        }
    ]
}