GET /api/bet_types/d7f73c65-2e0e-402d-a167-3722ca55dafc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7f73c65-2e0e-402d-a167-3722ca55dafc",
    "match": "https://api-prod.gambitprofit.com/api/matches/60f2cc85-83b5-4df7-a7e6-a826fd443a79/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d23c31f-5350-424e-98e2-803ba07700ba",
            "gambit_id": "57452998-cd03-4f92-afd8-f4ba9333e8aa",
            "last_updated": "2022-09-19T10:21:57.213871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7f73c65-2e0e-402d-a167-3722ca55dafc/?format=api"
        },
        {
            "id": "2991e7b0-3183-4057-ab79-6b66c532698d",
            "gambit_id": "e24c4d52-9c91-4a7e-a91c-8caa6dab3964",
            "last_updated": "2022-09-19T10:21:57.212778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7f73c65-2e0e-402d-a167-3722ca55dafc/?format=api"
        }
    ]
}