GET /api/bet_types/aaf5491b-5f7f-4965-bf32-951b610e7db2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaf5491b-5f7f-4965-bf32-951b610e7db2",
    "match": "https://api-prod.gambitprofit.com/api/matches/543f19f9-dd50-4a51-9526-7826522b5c8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-15T11:36:58.297533-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "98c446dc-fb6c-4c0c-9721-5c688cae2120",
            "gambit_id": "c851654d-fa5a-469c-9268-de1be5f7d691",
            "last_updated": "2023-05-16T10:12:07.222374-04:00",
            "created_at": "2023-05-15T11:36:58.302094-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaf5491b-5f7f-4965-bf32-951b610e7db2/?format=api"
        },
        {
            "id": "83324cb2-6441-44e4-8640-b40e3a09bef8",
            "gambit_id": "8cb792e1-659f-4c58-8fe5-5afb92a9b885",
            "last_updated": "2023-05-16T10:12:07.220651-04:00",
            "created_at": "2023-05-15T11:36:58.299720-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaf5491b-5f7f-4965-bf32-951b610e7db2/?format=api"
        }
    ]
}