GET /api/bet_types/82ef314a-9c7a-4308-bff1-cfe36689dfa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82ef314a-9c7a-4308-bff1-cfe36689dfa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9db9e290-99a2-42e1-b93f-93e89c4336fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:14.519069-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": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "07af8edd-c226-4c2f-b12f-7073c8ccbaa6",
            "gambit_id": "0109ea55-6e46-4060-b6d0-1c199a9d087d",
            "last_updated": "2023-04-15T12:27:17.967752-04:00",
            "created_at": "2023-04-14T12:02:14.522316-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ef314a-9c7a-4308-bff1-cfe36689dfa2/?format=api"
        },
        {
            "id": "beff69eb-86e7-4d07-92a8-a9695c89c95a",
            "gambit_id": "3ab83b81-5cde-4ba2-aa59-b9815206a589",
            "last_updated": "2023-04-15T12:27:17.965688-04:00",
            "created_at": "2023-04-14T12:02:14.520636-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ef314a-9c7a-4308-bff1-cfe36689dfa2/?format=api"
        }
    ]
}