GET /api/bet_types/07765042-c1bf-4681-8c94-4a1c1fd0e79c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07765042-c1bf-4681-8c94-4a1c1fd0e79c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbaf2bbb-af9b-4332-8e04-320a8677bd1f/?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 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "52e237af-a92e-4bf5-a3b9-9ad60932beee",
            "gambit_id": "76af1589-9bbe-4bce-9970-a7bfab279e20",
            "last_updated": "2022-10-03T09:57:13.855110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07765042-c1bf-4681-8c94-4a1c1fd0e79c/?format=api"
        },
        {
            "id": "e1bd8930-7e9b-4a4a-a4c9-71493e3eb353",
            "gambit_id": "1e806464-f167-4010-8963-b0af1d14f599",
            "last_updated": "2022-10-03T09:57:13.854036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07765042-c1bf-4681-8c94-4a1c1fd0e79c/?format=api"
        }
    ]
}