GET /api/bet_types/d8e08ea2-d6b0-477d-8036-124a84c0e537/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8e08ea2-d6b0-477d-8036-124a84c0e537",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e912b70-ef67-4ab8-a79c-0d06985a20c3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b252d95-b23d-430a-8d6d-38c004ace685",
            "gambit_id": "ef2599c5-0337-45a2-aa94-98f743334765",
            "last_updated": "2022-10-27T11:47:04.470737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e08ea2-d6b0-477d-8036-124a84c0e537/?format=api"
        },
        {
            "id": "c6e4b525-feb4-4a47-887c-00b32fe9559d",
            "gambit_id": "95354e6f-9b7a-46e3-9b59-54607681528f",
            "last_updated": "2022-10-27T11:47:04.469718-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e08ea2-d6b0-477d-8036-124a84c0e537/?format=api"
        }
    ]
}