GET /api/bet_types/9ffb889c-e411-40f6-a7c4-a798b6bf7936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ffb889c-e411-40f6-a7c4-a798b6bf7936",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfcefca5-4d64-4481-be11-9a4d17fd9b4d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:01.347106-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": "COL",
                "amount": 5317.0
            },
            {
                "team": "STL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "71f3f07e-9ce4-4d1f-b98b-bc765ab0c233",
            "gambit_id": "a3c05941-e17e-4480-8d64-5daf2e3ac184",
            "last_updated": "2023-04-11T13:22:07.680611-04:00",
            "created_at": "2023-04-10T11:22:01.348738-04:00",
            "name": "COL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffb889c-e411-40f6-a7c4-a798b6bf7936/?format=api"
        },
        {
            "id": "ba74982a-5fa1-4126-b44f-978301657234",
            "gambit_id": "64985f78-b980-4669-8703-fec478da8b43",
            "last_updated": "2023-04-11T13:22:07.683301-04:00",
            "created_at": "2023-04-10T11:22:01.350646-04:00",
            "name": "STL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffb889c-e411-40f6-a7c4-a798b6bf7936/?format=api"
        }
    ]
}