GET /api/bet_types/faed84ae-14c1-4e36-8379-b8acb4b849e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faed84ae-14c1-4e36-8379-b8acb4b849e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dd5ae55-4189-4863-8a20-fb4c6f566e34/?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 2.5",
                "amount": 5571.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff605d16-4b1a-4969-91c4-42475d8de559",
            "gambit_id": "e654abb1-ec95-4ed0-9413-0177ececcea6",
            "last_updated": "2022-08-15T12:11:57.559212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faed84ae-14c1-4e36-8379-b8acb4b849e2/?format=api"
        },
        {
            "id": "8fea6408-153f-4423-9a51-49fe0c32d6f6",
            "gambit_id": "cc77b057-994b-429b-9cb2-d64000af87dc",
            "last_updated": "2022-08-15T12:11:57.558701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faed84ae-14c1-4e36-8379-b8acb4b849e2/?format=api"
        }
    ]
}