GET /api/bet_types/758f8224-aa12-41c4-9ac0-f0653934c3b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "758f8224-aa12-41c4-9ac0-f0653934c3b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3960010e-b874-4a9a-8746-a26902f439b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T08:08:24.631085-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": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d259bf9d-497a-4c6d-96bb-3afcc247e686",
            "gambit_id": "ef07478b-5ded-44c4-9d5d-4fe1ef325002",
            "last_updated": "2023-08-18T10:23:06.835773-04:00",
            "created_at": "2023-08-17T08:08:24.640049-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/758f8224-aa12-41c4-9ac0-f0653934c3b8/?format=api"
        },
        {
            "id": "880f075c-593f-429c-a46f-235d1e276f75",
            "gambit_id": "f6b35ac4-2898-4ba0-a915-98dbd46fe8e1",
            "last_updated": "2023-08-18T10:23:06.832187-04:00",
            "created_at": "2023-08-17T08:08:24.635085-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/758f8224-aa12-41c4-9ac0-f0653934c3b8/?format=api"
        }
    ]
}