GET /api/bet_types/b7ce0084-736b-46cd-9d8d-63278d3dfb22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7ce0084-736b-46cd-9d8d-63278d3dfb22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9a00b09-44d6-471f-bc23-5b9f56135c28/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T12:16:57.481439-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 6.5",
                "amount": 5402.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "69762807-e260-48fc-9acb-55b3ea6b2dfd",
            "gambit_id": "501c9165-e193-4e64-a92b-5343f621c359",
            "last_updated": "2023-01-13T11:47:14.830997-05:00",
            "created_at": "2023-01-12T12:16:57.484191-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ce0084-736b-46cd-9d8d-63278d3dfb22/?format=api"
        },
        {
            "id": "3a4c25e4-243e-4e30-be58-219884a7280f",
            "gambit_id": "8235cdd4-4893-4ebf-8fdf-048203f2d07b",
            "last_updated": "2023-01-13T11:47:14.829874-05:00",
            "created_at": "2023-01-12T12:16:57.482886-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ce0084-736b-46cd-9d8d-63278d3dfb22/?format=api"
        }
    ]
}