GET /api/bet_types/faf09c95-cf77-47e2-b6bb-a8bc21e3a1aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faf09c95-cf77-47e2-b6bb-a8bc21e3a1aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/053d9520-6f8e-42e0-9649-504b678a83d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:18.729873-05: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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e930bfa-02f2-4e1f-ad59-2cf0620297a7",
            "gambit_id": "d3ea39a5-8987-4e54-96dc-025fefea895a",
            "last_updated": "2023-03-04T16:17:10.185446-05:00",
            "created_at": "2023-03-03T08:07:18.731198-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf09c95-cf77-47e2-b6bb-a8bc21e3a1aa/?format=api"
        },
        {
            "id": "ce6d2645-1a11-4055-b2f7-4bcfc7dc9adb",
            "gambit_id": "ab4d873d-9b0a-46ff-b3c7-62c7f88eb537",
            "last_updated": "2023-03-04T16:17:10.186571-05:00",
            "created_at": "2023-03-03T08:07:18.732528-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf09c95-cf77-47e2-b6bb-a8bc21e3a1aa/?format=api"
        }
    ]
}