GET /api/bet_types/9ab3536c-29bb-486f-b0d1-52f91742663b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ab3536c-29bb-486f-b0d1-52f91742663b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05f1439-8f80-4a88-a71f-7bf05b09be4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-07T12:18:16.058834-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": "ARI",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "449b40e6-5e90-4560-b020-8c6d373e3329",
            "gambit_id": "939273ca-77a5-4dad-aa14-0ed9ee1754c0",
            "last_updated": "2023-10-09T08:53:11.490512-04:00",
            "created_at": "2023-10-07T12:18:16.076752-04:00",
            "name": "ARI",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab3536c-29bb-486f-b0d1-52f91742663b/?format=api"
        },
        {
            "id": "f6316c74-d8aa-4c32-be0c-a30a936c9729",
            "gambit_id": "2df47f54-c4db-4e6d-9706-e74e6caf49d7",
            "last_updated": "2023-10-09T08:53:11.493815-04:00",
            "created_at": "2023-10-07T12:18:16.082255-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab3536c-29bb-486f-b0d1-52f91742663b/?format=api"
        }
    ]
}