GET /api/bet_types/905ee21e-01cd-4bdd-9fea-7dd39c424181/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "905ee21e-01cd-4bdd-9fea-7dd39c424181",
    "match": "https://api-prod.gambitprofit.com/api/matches/301f5a6f-d3b5-46a0-80ac-56b6349e5fca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-12T09:32:57.706519-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "851af7a9-e015-4205-b8e9-05fcd0e49f13",
            "gambit_id": "2ee08a5e-c633-4731-a84f-0dd3643e2af7",
            "last_updated": "2023-11-14T09:18:06.885499-05:00",
            "created_at": "2023-11-12T09:32:57.710773-05:00",
            "name": "Game Total Over 237",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905ee21e-01cd-4bdd-9fea-7dd39c424181/?format=api"
        },
        {
            "id": "4364fb6a-ef3d-4471-a0c6-8276df529b45",
            "gambit_id": "f5bf5b30-f7af-4b68-9fa1-add4db716bf3",
            "last_updated": "2023-11-14T09:18:06.888802-05:00",
            "created_at": "2023-11-12T09:32:57.716009-05:00",
            "name": "Game Total Under 237",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905ee21e-01cd-4bdd-9fea-7dd39c424181/?format=api"
        }
    ]
}