GET /api/bet_types/bda4df53-6ae9-4658-b222-edd22cb3c8aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bda4df53-6ae9-4658-b222-edd22cb3c8aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:06.479777-04: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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "11cae1bd-9ca9-4e72-8ec7-5e2ada600fdb",
            "gambit_id": "4e7eb783-0003-48c3-a15f-2f6d8d3eac3b",
            "last_updated": "2023-05-03T12:12:15.079905-04:00",
            "created_at": "2023-05-02T11:52:06.482491-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4df53-6ae9-4658-b222-edd22cb3c8aa/?format=api"
        },
        {
            "id": "8c7d932a-1e9d-440f-8054-168365c6008a",
            "gambit_id": "5dd1505f-412f-4543-9e38-78dcea7b345f",
            "last_updated": "2023-05-03T12:12:15.078388-04:00",
            "created_at": "2023-05-02T11:52:06.481116-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4df53-6ae9-4658-b222-edd22cb3c8aa/?format=api"
        }
    ]
}