GET /api/bet_types/5b57a330-ba22-4cd5-8233-cd75bc58bbc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b57a330-ba22-4cd5-8233-cd75bc58bbc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c72a9542-6546-490b-90dd-d95e834e236d/?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 Under 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4376c9f5-7f7e-4492-8a45-9f91dd95f8d3",
            "gambit_id": "b91ac533-6e4b-4d45-928e-8212d2830499",
            "last_updated": "2022-09-06T10:07:09.438061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b57a330-ba22-4cd5-8233-cd75bc58bbc1/?format=api"
        },
        {
            "id": "f934522b-d278-4dd3-b85f-d5935e2eff63",
            "gambit_id": "6a904048-e83b-43ca-86f5-8a9030b07d5f",
            "last_updated": "2022-09-06T10:07:09.439059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b57a330-ba22-4cd5-8233-cd75bc58bbc1/?format=api"
        }
    ]
}