GET /api/bet_types/548ef95c-6ff9-48ce-8f39-a3cd9e97676f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "548ef95c-6ff9-48ce-8f39-a3cd9e97676f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:17:01.106316-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": "Orlando Guardians",
                "amount": 5000.0
            },
            {
                "team": "DC Defenders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d408ee5-1aa9-4818-9cdf-bbe40cf6f978",
            "gambit_id": "78a62da0-0b0b-498d-a4ac-0c77a1fd40ee",
            "last_updated": "2023-04-03T10:57:01.831378-04:00",
            "created_at": "2023-03-29T10:17:01.109189-04:00",
            "name": "Orlando Guardians",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548ef95c-6ff9-48ce-8f39-a3cd9e97676f/?format=api"
        },
        {
            "id": "1704f74e-0436-47e8-9752-6755e82f83db",
            "gambit_id": "57c7c1a6-49e7-4ae4-a312-457697f38b22",
            "last_updated": "2023-04-03T10:57:01.833641-04:00",
            "created_at": "2023-03-29T10:17:01.111839-04:00",
            "name": "DC Defenders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548ef95c-6ff9-48ce-8f39-a3cd9e97676f/?format=api"
        }
    ]
}