GET /api/bet_types/68143e04-9415-416c-aa1d-e9fa3b25368b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68143e04-9415-416c-aa1d-e9fa3b25368b",
    "match": "https://api-prod.gambitprofit.com/api/matches/539173f8-2918-451f-bd9f-d674cf97faed/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:15.259121-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": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "31c94a68-7ed6-434d-98b8-fdecb8c0f732",
            "gambit_id": "bc99b92f-8c32-402c-9a21-f2aebd75b688",
            "last_updated": "2022-12-28T21:37:14.990460-05:00",
            "created_at": "2022-12-27T08:57:15.260258-05:00",
            "name": "Orlando Magic",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68143e04-9415-416c-aa1d-e9fa3b25368b/?format=api"
        },
        {
            "id": "f6281733-0e53-4856-8479-dd53217408d8",
            "gambit_id": "7b03d8e3-3d32-4fa2-ab6b-56f7b7741f72",
            "last_updated": "2022-12-28T21:37:14.991616-05:00",
            "created_at": "2022-12-27T08:57:15.261515-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68143e04-9415-416c-aa1d-e9fa3b25368b/?format=api"
        }
    ]
}