GET /api/bet_types/a4647d5a-ee45-46db-b268-72070e2923e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4647d5a-ee45-46db-b268-72070e2923e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fdef433-dce7-4677-b7d9-22e9c68b7903/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:00.668228-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad5d5145-b8a0-48dc-b8d7-cdde32f03cc7",
            "gambit_id": "56ca802e-4a06-4d93-979c-20981920c9c4",
            "last_updated": "2023-02-09T11:12:07.090226-05:00",
            "created_at": "2023-02-08T09:37:00.669652-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4647d5a-ee45-46db-b268-72070e2923e5/?format=api"
        },
        {
            "id": "eb0f2aa2-b959-40c9-81a3-474343fff5b4",
            "gambit_id": "c4410cd5-1dcc-451b-8439-6e4a31b59410",
            "last_updated": "2023-02-09T11:12:07.091544-05:00",
            "created_at": "2023-02-08T09:37:00.670966-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4647d5a-ee45-46db-b268-72070e2923e5/?format=api"
        }
    ]
}