GET /api/bet_types/cd361653-bb50-4004-81ed-a6cfe2747225/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd361653-bb50-4004-81ed-a6cfe2747225",
    "match": "https://api-prod.gambitprofit.com/api/matches/05afa0dc-e714-465b-ac31-f2cecb2d3c3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:03.286590-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": "Denver Nuggets",
                "amount": 5107.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "92b9f137-50e1-4f78-b36b-29dde31f16a8",
            "gambit_id": "72080d14-1766-4b2f-b1f7-a95e5e5e3d87",
            "last_updated": "2024-01-03T10:53:14.747253-05:00",
            "created_at": "2024-01-01T10:03:03.295870-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd361653-bb50-4004-81ed-a6cfe2747225/?format=api"
        },
        {
            "id": "bb7590c2-eaae-42de-a854-464eb58b37b4",
            "gambit_id": "35405829-8567-4220-b7fd-b33c78cafa06",
            "last_updated": "2024-01-03T10:53:14.743714-05:00",
            "created_at": "2024-01-01T10:03:03.290936-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd361653-bb50-4004-81ed-a6cfe2747225/?format=api"
        }
    ]
}