GET /api/bet_types/8512e8cf-c861-4055-90bf-51e15b03c332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8512e8cf-c861-4055-90bf-51e15b03c332",
    "match": "https://api-prod.gambitprofit.com/api/matches/b98d500e-8ea1-49ce-9272-680effe864f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:04.057565-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": "LAA",
                "amount": 5107.0
            },
            {
                "team": "ATL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2457f76a-37a8-4851-9be8-034c665e5a33",
            "gambit_id": "6f56c3ed-e465-4e81-92f7-7c853c37d2b8",
            "last_updated": "2023-08-07T19:18:02.269938-04:00",
            "created_at": "2023-07-31T10:23:04.062294-04:00",
            "name": "LAA",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8512e8cf-c861-4055-90bf-51e15b03c332/?format=api"
        },
        {
            "id": "2dd02683-5b88-4b3d-9ff0-63cc51acd847",
            "gambit_id": "e85a2b63-8415-4d39-a0f9-a9d83298a99e",
            "last_updated": "2023-08-07T19:18:02.274071-04:00",
            "created_at": "2023-07-31T10:23:04.067774-04:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8512e8cf-c861-4055-90bf-51e15b03c332/?format=api"
        }
    ]
}