GET /api/bet_types/30ca109a-0479-4a96-b41a-9c5b54b8703e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30ca109a-0479-4a96-b41a-9c5b54b8703e",
    "match": "https://api-prod.gambitprofit.com/api/matches/64b1bb8f-095c-4133-a8c8-ecb406922336/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:12.538359-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": "NYM",
                "amount": 6324.0
            },
            {
                "team": "BOS",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7393f06-1085-4bab-b613-4b31f1eb0d3f",
            "gambit_id": "99681ce0-af6e-4a4f-8d04-1502c3103b46",
            "last_updated": "2023-07-23T21:53:27.778223-04:00",
            "created_at": "2023-07-22T08:38:12.542995-04:00",
            "name": "NYM",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ca109a-0479-4a96-b41a-9c5b54b8703e/?format=api"
        },
        {
            "id": "91c7a37b-9415-4301-b7a6-8ae9120fd915",
            "gambit_id": "ca8d1008-4e00-4de5-8d69-c31749bfcd3d",
            "last_updated": "2023-07-23T21:53:27.781722-04:00",
            "created_at": "2023-07-22T08:38:12.547538-04:00",
            "name": "BOS",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ca109a-0479-4a96-b41a-9c5b54b8703e/?format=api"
        }
    ]
}