GET /api/bet_types/52e7a741-3eee-4c71-ba0b-d83ac974215a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52e7a741-3eee-4c71-ba0b-d83ac974215a",
    "match": "https://api-prod.gambitprofit.com/api/matches/58254f39-a33c-45a4-b6b7-699290ca3838/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:08.620464-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdddb43a-a06d-4edb-b95e-0d57b85e1410",
            "gambit_id": "ea46c2a8-958c-4112-b0eb-c7a949de402c",
            "last_updated": "2022-12-30T18:42:00.048766-05:00",
            "created_at": "2022-12-28T09:32:08.621739-05:00",
            "name": "Game Total Under 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e7a741-3eee-4c71-ba0b-d83ac974215a/?format=api"
        },
        {
            "id": "06c9757c-8b17-4a61-9f0d-96ea6bc67c1a",
            "gambit_id": "4f556790-950b-488e-b762-e4c4c769e955",
            "last_updated": "2022-12-30T18:42:00.049890-05:00",
            "created_at": "2022-12-28T09:32:08.622997-05:00",
            "name": "Game Total Over 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e7a741-3eee-4c71-ba0b-d83ac974215a/?format=api"
        }
    ]
}