GET /api/bet_types/ea8a7226-7aac-42b6-83da-4038a4aa9766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea8a7226-7aac-42b6-83da-4038a4aa9766",
    "match": "https://api-prod.gambitprofit.com/api/matches/7632e02b-a279-4b11-8d2d-b3d525c6181d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:56.772165-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": "Toronto Raptors",
                "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": "1db5d220-4526-4293-857d-13dd63ed8964",
            "gambit_id": "6954af93-d594-493b-9d4d-3a208abf2a3b",
            "last_updated": "2024-01-09T10:38:23.037665-05:00",
            "created_at": "2024-01-07T09:07:56.780131-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea8a7226-7aac-42b6-83da-4038a4aa9766/?format=api"
        },
        {
            "id": "435132d2-baba-4642-bb54-4b6db781322a",
            "gambit_id": "3c4e62da-afa8-4a55-aec0-03bfc9883715",
            "last_updated": "2024-01-09T10:38:23.041317-05:00",
            "created_at": "2024-01-07T09:07:56.785509-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea8a7226-7aac-42b6-83da-4038a4aa9766/?format=api"
        }
    ]
}