GET /api/bet_types/7f15b56c-f9bd-480c-9932-a30ca3ce6e9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f15b56c-f9bd-480c-9932-a30ca3ce6e9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec1c86c3-194b-4cf2-aee3-e7cb718c0d8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:33:04.585702-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": 6390.0
            },
            {
                "team": "BOS",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e71717be-94d0-47f6-ae87-58c9fd4ad6d9",
            "gambit_id": "3bda8a87-a855-4b3f-a89b-72ba066aeb54",
            "last_updated": "2023-09-15T16:13:15.288204-04:00",
            "created_at": "2023-09-14T09:33:04.589745-04:00",
            "name": "NYY",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f15b56c-f9bd-480c-9932-a30ca3ce6e9c/?format=api"
        },
        {
            "id": "ac5ef995-021b-4c7f-997e-c18d5d13695c",
            "gambit_id": "7ba3a5a1-aec3-4ea1-84ab-2ba1202d8505",
            "last_updated": "2023-09-15T16:13:15.292786-04:00",
            "created_at": "2023-09-14T09:33:04.593980-04:00",
            "name": "BOS",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f15b56c-f9bd-480c-9932-a30ca3ce6e9c/?format=api"
        }
    ]
}