GET /api/bet_types/5b498974-290b-4462-b734-87b5e046b3f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b498974-290b-4462-b734-87b5e046b3f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e5d2c75-e295-4448-a866-affed695b077/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:55.450939-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": "NYY",
                "amount": 5599.0
            },
            {
                "team": "LOS",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "755c870b-8b63-4d1f-ae78-74765ac5d296",
            "gambit_id": "b7f60375-480a-429e-bca3-6ac1ff9f5cbd",
            "last_updated": "2023-06-05T10:57:23.607652-04:00",
            "created_at": "2023-06-04T12:16:55.453108-04:00",
            "name": "NYY",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b498974-290b-4462-b734-87b5e046b3f6/?format=api"
        },
        {
            "id": "bd22a2a5-64a8-4026-91a9-b531d6aad949",
            "gambit_id": "3f7bda09-fb31-422c-90b5-7c112f8e9652",
            "last_updated": "2023-06-05T10:57:23.609794-04:00",
            "created_at": "2023-06-04T12:16:55.455357-04:00",
            "name": "LOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b498974-290b-4462-b734-87b5e046b3f6/?format=api"
        }
    ]
}