GET /api/bet_types/13d1f8ee-8aed-4b0b-8d0e-0b218063d1c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13d1f8ee-8aed-4b0b-8d0e-0b218063d1c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a094af-ad0a-4022-920a-de4cbc013dcc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:24.516701-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": "Atlanta Hawks",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe200042-f446-4e34-b2af-db16a7b54a0d",
            "gambit_id": "9f8c0d46-d054-47a4-93a9-911346747bc9",
            "last_updated": "2024-01-17T22:08:08.531437-05:00",
            "created_at": "2024-01-15T10:23:24.526072-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13d1f8ee-8aed-4b0b-8d0e-0b218063d1c0/?format=api"
        },
        {
            "id": "80d5a43a-0b0f-4f2a-b587-07739bd8afa6",
            "gambit_id": "829e532d-5ee8-4aa7-9220-201e7536d474",
            "last_updated": "2024-01-17T22:08:08.528029-05:00",
            "created_at": "2024-01-15T10:23:24.521264-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13d1f8ee-8aed-4b0b-8d0e-0b218063d1c0/?format=api"
        }
    ]
}