GET /api/bet_types/f530e1ac-d935-4fb5-88f0-b9dedfc14342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f530e1ac-d935-4fb5-88f0-b9dedfc14342",
    "match": "https://api-prod.gambitprofit.com/api/matches/43384d47-bb99-4c14-b726-7604d0dd1c0f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:15.874342-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "28f06aab-d451-4bac-8652-439ddbb5e821",
            "gambit_id": "540f804a-a809-4caf-bb63-26a0adb404fe",
            "last_updated": "2024-01-16T11:08:15.623240-05:00",
            "created_at": "2024-01-13T09:38:15.879049-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f530e1ac-d935-4fb5-88f0-b9dedfc14342/?format=api"
        },
        {
            "id": "ad674675-5265-427d-86f5-d98009f6b4d3",
            "gambit_id": "79779872-b6d0-4c40-84d3-7590d914d64b",
            "last_updated": "2024-01-16T11:08:15.626599-05:00",
            "created_at": "2024-01-13T09:38:15.883434-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f530e1ac-d935-4fb5-88f0-b9dedfc14342/?format=api"
        }
    ]
}