GET /api/bet_types/588e6cc0-0a74-4834-ad61-9e3c3ff12961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "588e6cc0-0a74-4834-ad61-9e3c3ff12961",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dc4d01f-226b-4a19-9a86-2bd0a39d0bb4/?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 54",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff6107d5-86ee-48ef-9437-b7a4d515b3a4",
            "gambit_id": "35c0a54b-908a-4903-b6bc-fd25234903bc",
            "last_updated": "2022-09-11T11:17:09.438296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588e6cc0-0a74-4834-ad61-9e3c3ff12961/?format=api"
        },
        {
            "id": "9a55eb60-f5e3-4734-9c8b-5dea7cccf054",
            "gambit_id": "f6346ef5-f252-4df7-977b-f7c911d39e7a",
            "last_updated": "2022-09-11T11:17:09.439530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588e6cc0-0a74-4834-ad61-9e3c3ff12961/?format=api"
        }
    ]
}