GET /api/bet_types/3afb3e7f-cc64-4430-9e95-8f6fe0d91d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3afb3e7f-cc64-4430-9e95-8f6fe0d91d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1f68745-5ec2-4742-bb78-f83d858eb014/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:53.520576-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": "MIA",
                "amount": 5107.0
            },
            {
                "team": "OAK",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "79ae31ba-6996-49fe-b914-0494a99a0f84",
            "gambit_id": "bc4fbeb4-69f9-485b-aa6b-fa03cc8ada08",
            "last_updated": "2023-06-05T10:57:24.516181-04:00",
            "created_at": "2023-06-04T12:16:53.525456-04:00",
            "name": "MIA",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afb3e7f-cc64-4430-9e95-8f6fe0d91d2f/?format=api"
        },
        {
            "id": "058433fb-8a08-43b8-a5e4-a70d17b7ff46",
            "gambit_id": "24eafafe-b497-4397-b59b-ae03e980b44b",
            "last_updated": "2023-06-05T10:57:24.514342-04:00",
            "created_at": "2023-06-04T12:16:53.523098-04:00",
            "name": "OAK",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afb3e7f-cc64-4430-9e95-8f6fe0d91d2f/?format=api"
        }
    ]
}