GET /api/bet_types/56aeb30c-f4be-4250-adfc-191ab5c0f1e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56aeb30c-f4be-4250-adfc-191ab5c0f1e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c053a92-8863-415a-932c-5d1a6905ebd2/?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": 5110.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "522bb4d1-d952-4b8e-a572-20e92bdbaf49",
            "gambit_id": "4d02b77a-b3d0-4090-8c01-c55f19d71eae",
            "last_updated": "2022-08-25T10:17:09.072531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56aeb30c-f4be-4250-adfc-191ab5c0f1e9/?format=api"
        },
        {
            "id": "ed32d71c-c573-4e35-bf1d-30bddb097ba3",
            "gambit_id": "b1170b22-2d59-4201-bbef-b1849e2663ec",
            "last_updated": "2022-08-25T10:17:09.072106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56aeb30c-f4be-4250-adfc-191ab5c0f1e9/?format=api"
        }
    ]
}