GET /api/bet_types/248ca629-2427-46ab-add5-6ec9e4560c48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "248ca629-2427-46ab-add5-6ec9e4560c48",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcf1f320-86ea-494f-a662-a26a7eb003b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:02.049010-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": "BAL",
                "amount": 5614.0
            },
            {
                "team": "NYY",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d8ff760-7b86-4363-b81e-a8290b086d8b",
            "gambit_id": "3d3c5b00-d63b-4a41-8f39-2e9c7fec64fe",
            "last_updated": "2023-07-29T19:43:30.792038-04:00",
            "created_at": "2023-07-28T08:23:02.060252-04:00",
            "name": "BAL",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248ca629-2427-46ab-add5-6ec9e4560c48/?format=api"
        },
        {
            "id": "a8a4c8fd-56eb-4bf6-9d0b-96413d59ef95",
            "gambit_id": "59cc7cb5-3181-4c30-9a91-e7343b9526ae",
            "last_updated": "2023-07-29T19:43:30.786462-04:00",
            "created_at": "2023-07-28T08:23:02.055842-04:00",
            "name": "NYY",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248ca629-2427-46ab-add5-6ec9e4560c48/?format=api"
        }
    ]
}