GET /api/bet_types/a8aee661-b31c-4863-85ae-63bf00302199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8aee661-b31c-4863-85ae-63bf00302199",
    "match": "https://api-prod.gambitprofit.com/api/matches/87a5b3f1-376a-4f7d-beda-b8639f75ee51/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:06.514787-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": 6010.0
            },
            {
                "team": "NYM",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7423738-8ee4-4c94-84e8-2993bd12afa5",
            "gambit_id": "f24d0908-4de6-4794-94ac-b0794c0480d8",
            "last_updated": "2023-07-27T13:07:58.742969-04:00",
            "created_at": "2023-07-25T12:38:06.523387-04:00",
            "name": "NYY",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8aee661-b31c-4863-85ae-63bf00302199/?format=api"
        },
        {
            "id": "993a549c-cd6c-42a3-86b3-a6eed44557da",
            "gambit_id": "f2079df4-0140-46b0-a10a-faa6a21bec17",
            "last_updated": "2023-07-27T13:07:58.739663-04:00",
            "created_at": "2023-07-25T12:38:06.518994-04:00",
            "name": "NYM",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8aee661-b31c-4863-85ae-63bf00302199/?format=api"
        }
    ]
}