GET /api/bet_types/e8a5a145-0548-4121-99ec-57231d5ccfe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8a5a145-0548-4121-99ec-57231d5ccfe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/08a70a77-66a3-4c86-bb9b-b5d15d68df38/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:52.863483-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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e6bc32e-0269-4204-acb0-6d0e3c2b2451",
            "gambit_id": "99d7c1e7-986a-4854-9e7b-4833383f2a8b",
            "last_updated": "2023-03-13T14:06:50.846091-04:00",
            "created_at": "2023-03-10T08:46:52.866250-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8a5a145-0548-4121-99ec-57231d5ccfe9/?format=api"
        },
        {
            "id": "63ac3540-8467-414c-83e9-97ca42052586",
            "gambit_id": "af6c2783-f645-4019-9b0a-9f968805f595",
            "last_updated": "2023-03-13T14:06:50.844210-04:00",
            "created_at": "2023-03-10T08:46:52.864869-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8a5a145-0548-4121-99ec-57231d5ccfe9/?format=api"
        }
    ]
}