GET /api/bet_types/0ad54416-61a5-4305-9a64-241bf481e2ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ad54416-61a5-4305-9a64-241bf481e2ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/774e7ceb-f78b-4386-b023-7ef4c228d8a5/?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 Over 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "924f1eda-d37a-40e2-b226-986b55dfc7b1",
            "gambit_id": "30857c77-1362-4616-8d1a-a72440b038c4",
            "last_updated": "2022-08-24T10:32:16.536211-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ad54416-61a5-4305-9a64-241bf481e2ad/?format=api"
        },
        {
            "id": "384bb1a3-224f-4c16-bef1-e92ef8fd1bcd",
            "gambit_id": "78225ae7-3fab-4c64-8c9b-c3ec1090e1db",
            "last_updated": "2022-08-24T10:32:16.535702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ad54416-61a5-4305-9a64-241bf481e2ad/?format=api"
        }
    ]
}