GET /api/bet_types/9364d486-334a-479a-81fe-370f04341a02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9364d486-334a-479a-81fe-370f04341a02",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a3320c7-06a7-408c-8849-0da844f444f3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-17T09:28:12.802668-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 Over 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36aaa754-0aa6-40e2-80e0-0a339af1b570",
            "gambit_id": "5cdd789a-02e7-4773-b6c1-1e201cdab813",
            "last_updated": "2024-01-19T12:08:20.581379-05:00",
            "created_at": "2024-01-17T09:28:12.807744-05:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9364d486-334a-479a-81fe-370f04341a02/?format=api"
        },
        {
            "id": "3ce7f8dc-d526-415b-9518-36d0bea5dcb4",
            "gambit_id": "bc47de56-2459-454e-8776-34ff7267f6e6",
            "last_updated": "2024-01-19T12:08:20.584487-05:00",
            "created_at": "2024-01-17T09:28:12.812763-05:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9364d486-334a-479a-81fe-370f04341a02/?format=api"
        }
    ]
}