GET /api/bet_types/4f5a7be8-4c67-4d9a-95ca-829e45b87d63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f5a7be8-4c67-4d9a-95ca-829e45b87d63",
    "match": "https://api-prod.gambitprofit.com/api/matches/0752855a-4b17-4f4e-9b9b-f5c269ade1a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:55.551456-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 207",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 207",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "58be26f0-7bd2-4688-9380-f85fbd8bb4a9",
            "gambit_id": "e6efcaca-8ceb-41a7-8977-c9bb323179c3",
            "last_updated": "2023-05-07T11:57:17.179693-04:00",
            "created_at": "2023-05-06T11:51:55.553116-04:00",
            "name": "Game Total Under 207",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "207.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5a7be8-4c67-4d9a-95ca-829e45b87d63/?format=api"
        },
        {
            "id": "c793d3c1-18bb-4655-aa74-5413bb8f2d6e",
            "gambit_id": "5c7017ba-9941-4d40-a59b-3dce885922c7",
            "last_updated": "2023-05-07T11:57:17.181092-04:00",
            "created_at": "2023-05-06T11:51:55.554804-04:00",
            "name": "Game Total Over 207",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "207.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5a7be8-4c67-4d9a-95ca-829e45b87d63/?format=api"
        }
    ]
}