GET /api/bet_types/695907d9-bc76-4fe7-960c-0693b9904de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "695907d9-bc76-4fe7-960c-0693b9904de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ed5304b-83d3-4e80-8d80-0b498f186194/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:57.120002-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": "WAS",
                "amount": 5214.0
            },
            {
                "team": "NYM",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "79ddfff1-31ad-4179-a427-c1672a9d9fc3",
            "gambit_id": "6ddd412e-a5d8-4b8e-9204-fbabe531cc7e",
            "last_updated": "2023-05-16T10:47:10.532425-04:00",
            "created_at": "2023-05-15T11:36:57.121724-04:00",
            "name": "WAS",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/695907d9-bc76-4fe7-960c-0693b9904de0/?format=api"
        },
        {
            "id": "f940d102-6eeb-404b-b2c0-237d7db90bc2",
            "gambit_id": "162b0399-29d9-432e-bbb6-0e7f99dedf1b",
            "last_updated": "2023-05-16T10:47:10.530489-04:00",
            "created_at": "2023-05-15T11:36:57.123605-04:00",
            "name": "NYM",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/695907d9-bc76-4fe7-960c-0693b9904de0/?format=api"
        }
    ]
}