GET /api/bet_types/c0183057-0371-43cc-b91c-16dd931f8c27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0183057-0371-43cc-b91c-16dd931f8c27",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa5ef0b-1fcd-4a15-8afd-677d18482141/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:11.029255-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": "Milwaukee Bucks",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0787745a-e362-4bab-b14a-a77aa9f303b9",
            "gambit_id": "79df07f5-7d2b-4633-9892-26abb5f1eaf3",
            "last_updated": "2023-04-03T19:51:56.613884-04:00",
            "created_at": "2023-04-02T09:57:11.031057-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0183057-0371-43cc-b91c-16dd931f8c27/?format=api"
        },
        {
            "id": "dc3f8cb2-8caa-4843-a7b4-b36568a01cad",
            "gambit_id": "06cc45f4-79a7-4023-8d0a-6d4cb0352bdb",
            "last_updated": "2023-04-03T19:51:56.616566-04:00",
            "created_at": "2023-04-02T09:57:11.032938-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0183057-0371-43cc-b91c-16dd931f8c27/?format=api"
        }
    ]
}