GET /api/bet_types/16b7d66d-3bac-46a6-aba0-e47602543bf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16b7d66d-3bac-46a6-aba0-e47602543bf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eca8e23a-4405-43a8-8fd8-2d30babaa3ac/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bf4b3aa-92cf-496d-96bc-6f7028774cea",
            "gambit_id": "43fe918d-3664-4fd5-b550-7007fafd2d7b",
            "last_updated": "2022-09-25T20:02:07.782311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b7d66d-3bac-46a6-aba0-e47602543bf9/?format=api"
        },
        {
            "id": "497a3aed-0cfc-4b02-bb2a-e728b7416e2b",
            "gambit_id": "6fb27a3f-17ce-4786-98d5-2679a236bd2d",
            "last_updated": "2022-09-25T20:02:07.781140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b7d66d-3bac-46a6-aba0-e47602543bf9/?format=api"
        }
    ]
}