GET /api/bet_types/c20449ce-6647-4f06-8001-1e823decd0e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c20449ce-6647-4f06-8001-1e823decd0e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffc1706a-4796-4ba2-b435-bb74ea555aa4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:17.584299-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": "CWS (L Giolito)",
                "amount": 5627.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "040c2695-8f71-43cf-8008-ac2cd1041b63",
            "gambit_id": "4408f91d-2371-449e-ad2a-28a2cbc0ad3f",
            "last_updated": "2023-05-31T11:47:20.777612-04:00",
            "created_at": "2023-05-30T10:47:17.589317-04:00",
            "name": "CWS (L Giolito)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20449ce-6647-4f06-8001-1e823decd0e9/?format=api"
        },
        {
            "id": "55e403ad-7680-4b15-acc4-f395f84955d3",
            "gambit_id": "454b6673-da7f-49fe-aed9-6063e11a26a8",
            "last_updated": "2023-05-31T11:47:20.774986-04:00",
            "created_at": "2023-05-30T10:47:17.586730-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20449ce-6647-4f06-8001-1e823decd0e9/?format=api"
        }
    ]
}