GET /api/bet_types/89e6f7eb-a1a3-4d75-aec8-809466033c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e6f7eb-a1a3-4d75-aec8-809466033c19",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc041ef8-8347-4cab-9fbc-e13da8f8c784/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:10.562510-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2c6f5ba-95cc-4045-a00f-45b38e6d4792",
            "gambit_id": "c876639b-e70b-442f-aa1f-9a2c1480c237",
            "last_updated": "2023-12-18T10:43:03.227014-05:00",
            "created_at": "2023-12-16T09:23:10.566326-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e6f7eb-a1a3-4d75-aec8-809466033c19/?format=api"
        },
        {
            "id": "e4bad5d4-3bad-4537-be28-a83235604a56",
            "gambit_id": "2154a6cc-11db-4e71-98e3-6a56e416fcd3",
            "last_updated": "2023-12-18T10:43:03.234427-05:00",
            "created_at": "2023-12-16T09:23:10.570485-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e6f7eb-a1a3-4d75-aec8-809466033c19/?format=api"
        }
    ]
}