GET /api/bet_types/bcfe74ce-1889-4a29-bdf0-fcc54d6739ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcfe74ce-1889-4a29-bdf0-fcc54d6739ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8cba1ca-a19a-4bb6-8efc-1308c265b164/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:47:00.425727-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "41847019-4f91-4e9d-81dc-be884d5f9c3a",
            "gambit_id": "9bf79d2a-de26-430c-95d5-68a2fdae18ed",
            "last_updated": "2023-05-09T11:41:55.147605-04:00",
            "created_at": "2023-05-08T11:47:00.430105-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfe74ce-1889-4a29-bdf0-fcc54d6739ff/?format=api"
        },
        {
            "id": "f7c00f6c-b354-488a-858f-2f7fbd55ac20",
            "gambit_id": "39508c2e-be13-46c0-9f3d-49d39616bf0d",
            "last_updated": "2023-05-09T11:41:55.145939-04:00",
            "created_at": "2023-05-08T11:47:00.427871-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfe74ce-1889-4a29-bdf0-fcc54d6739ff/?format=api"
        }
    ]
}