GET /api/bet_types/23c45b6d-9479-4ff1-b0af-85dcca238402/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23c45b6d-9479-4ff1-b0af-85dcca238402",
    "match": "https://api-prod.gambitprofit.com/api/matches/7acb2999-ee44-4afe-a792-06d9e776aca0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T09:06:58.277348-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a348558a-92f6-4c15-9021-a9a584e34e45",
            "gambit_id": "971c6c3d-77b0-4676-8274-cade830ec94c",
            "last_updated": "2023-02-25T17:31:59.787274-05:00",
            "created_at": "2023-02-24T09:06:58.280626-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c45b6d-9479-4ff1-b0af-85dcca238402/?format=api"
        },
        {
            "id": "832d8a58-66ba-48f3-abd0-f87dd34fbf1c",
            "gambit_id": "fa329129-5658-436b-be7c-0232472c8f10",
            "last_updated": "2023-02-25T17:31:59.786173-05:00",
            "created_at": "2023-02-24T09:06:58.279143-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c45b6d-9479-4ff1-b0af-85dcca238402/?format=api"
        }
    ]
}