GET /api/bet_types/ae874964-1e51-4de9-838f-ed3a880b31ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae874964-1e51-4de9-838f-ed3a880b31ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/6172c781-6e9c-4945-9462-bf118d1ef737/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:19.936575-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": "BOS",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6af41f4-5f1a-4fa8-b190-5c996a63f06f",
            "gambit_id": "e5f40dac-ba04-43e7-885e-62357ad714ff",
            "last_updated": "2023-09-06T22:57:56.419909-04:00",
            "created_at": "2023-09-05T09:53:19.941468-04:00",
            "name": "BOS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae874964-1e51-4de9-838f-ed3a880b31ee/?format=api"
        },
        {
            "id": "cad874ac-8aa4-491c-8792-2d3e1dec1eb0",
            "gambit_id": "6225067e-651a-4a09-93b2-e743c8ff0060",
            "last_updated": "2023-09-06T22:57:56.423101-04:00",
            "created_at": "2023-09-05T09:53:19.948426-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae874964-1e51-4de9-838f-ed3a880b31ee/?format=api"
        }
    ]
}