GET /api/bet_types/1965566b-c615-4743-8c94-21a5ad089c5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1965566b-c615-4743-8c94-21a5ad089c5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/414f16bc-2d9d-4564-a674-fdbf6dc09131/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:49.917138-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "24bfccc1-04b5-4715-9c01-3565a5b8d654",
            "gambit_id": "e8d20635-4243-4ecd-9959-1038b259c41a",
            "last_updated": "2023-04-01T10:17:07.849496-04:00",
            "created_at": "2023-03-31T09:56:49.920921-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1965566b-c615-4743-8c94-21a5ad089c5f/?format=api"
        },
        {
            "id": "6a7bc1e1-61fd-474d-86d4-e24b632939c6",
            "gambit_id": "59cf53e5-6612-4332-b108-60aeced0f108",
            "last_updated": "2023-04-01T10:17:07.847729-04:00",
            "created_at": "2023-03-31T09:56:49.918956-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1965566b-c615-4743-8c94-21a5ad089c5f/?format=api"
        }
    ]
}