GET /api/bet_types/b430d3d8-0237-417a-be0a-6e62599c0d4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b430d3d8-0237-417a-be0a-6e62599c0d4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd246085-9ecd-4a56-9840-39794fef61c1/?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 Under 64",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 64",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2704cac-f53c-42e0-b40b-7f0fffc275fa",
            "gambit_id": "86d01ac3-82c5-44e9-a1a5-6d03e313c8ca",
            "last_updated": "2022-09-18T13:07:29.243385-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 64",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b430d3d8-0237-417a-be0a-6e62599c0d4b/?format=api"
        },
        {
            "id": "59508e48-325b-4b16-9b2d-36012c2c31ad",
            "gambit_id": "cd448136-dd96-4a74-826d-3f264564c3d6",
            "last_updated": "2022-09-18T13:07:29.242419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 64",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b430d3d8-0237-417a-be0a-6e62599c0d4b/?format=api"
        }
    ]
}