GET /api/bet_types/0bc0f8aa-d6cf-4998-b238-d1e44d21b3b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bc0f8aa-d6cf-4998-b238-d1e44d21b3b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c974273-52c3-44d7-ae0f-3e4bb483ade5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T10:27:01.924469-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": "Indiana Pacers",
                "amount": 5107.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c000aad2-ac87-47b9-b134-e48cfcfe49ed",
            "gambit_id": "08fdfa02-955d-48ff-9408-69a902b1ba51",
            "last_updated": "2023-03-21T10:21:56.880536-04:00",
            "created_at": "2023-03-20T10:27:01.928128-04:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc0f8aa-d6cf-4998-b238-d1e44d21b3b1/?format=api"
        },
        {
            "id": "89b0ac6f-4c65-4299-a2fa-62c373bad157",
            "gambit_id": "20771ef5-1687-4adb-a35f-f537c7125585",
            "last_updated": "2023-03-21T10:21:56.877943-04:00",
            "created_at": "2023-03-20T10:27:01.926158-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc0f8aa-d6cf-4998-b238-d1e44d21b3b1/?format=api"
        }
    ]
}