GET /api/bet_types/afe83c00-d9a4-46ec-908d-56aa36ab8459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afe83c00-d9a4-46ec-908d-56aa36ab8459",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a22a0ee-a635-4ead-8a21-9f3772d53023/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:15.688647-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a4b4f73-7085-4721-836c-680cf8be0e8e",
            "gambit_id": "69d9e567-f294-4b9d-8ced-7e51c6aeba61",
            "last_updated": "2024-01-15T10:08:20.540015-05:00",
            "created_at": "2024-01-12T09:48:15.692397-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afe83c00-d9a4-46ec-908d-56aa36ab8459/?format=api"
        },
        {
            "id": "64e11bb9-96f5-4faa-a9a4-58dabf6c05eb",
            "gambit_id": "6e54752e-79c5-4d88-b56b-695ca45d9882",
            "last_updated": "2024-01-15T10:08:20.544238-05:00",
            "created_at": "2024-01-12T09:48:15.700674-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afe83c00-d9a4-46ec-908d-56aa36ab8459/?format=api"
        }
    ]
}