GET /api/bet_types/aa43fb57-e8a2-4def-8a09-57ded9be88bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa43fb57-e8a2-4def-8a09-57ded9be88bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d19e3c4-01d4-4d97-9f1f-6cf6df06c8c7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:42:58.475042-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 Under 41.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5b61ec7-ea44-478b-a4e2-38df6cca084e",
            "gambit_id": "c0dc999d-4af2-4147-a31a-5e6b0abb0ce5",
            "last_updated": "2024-01-09T10:33:29.296362-05:00",
            "created_at": "2024-01-04T09:42:58.485985-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa43fb57-e8a2-4def-8a09-57ded9be88bf/?format=api"
        },
        {
            "id": "d02b374c-3033-492f-85f0-3a4ee7c49534",
            "gambit_id": "13000bbc-f955-43dd-98ac-5532ce6137b4",
            "last_updated": "2024-01-09T10:33:29.292701-05:00",
            "created_at": "2024-01-04T09:42:58.480542-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa43fb57-e8a2-4def-8a09-57ded9be88bf/?format=api"
        }
    ]
}