GET /api/bet_types/508895a2-9485-4224-a9d7-d2a578b0a7cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "508895a2-9485-4224-a9d7-d2a578b0a7cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f59538b-dbac-448a-bfe9-7a0cefa82539/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-21T08:58:04.098314-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": "PIT",
                "amount": 5614.0
            },
            {
                "team": "CHC",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab0df406-ede8-4d33-9d8a-02f193b68b6f",
            "gambit_id": "c715458f-3a3d-4fe9-a0a7-9efbf93ada62",
            "last_updated": "2023-09-23T10:18:10.297191-04:00",
            "created_at": "2023-09-21T08:58:04.102570-04:00",
            "name": "PIT",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/508895a2-9485-4224-a9d7-d2a578b0a7cf/?format=api"
        },
        {
            "id": "25d113c7-0e37-494d-bfaa-42592c653bc6",
            "gambit_id": "934bea36-5687-422f-89cd-21d5e17040da",
            "last_updated": "2023-09-23T10:18:10.301070-04:00",
            "created_at": "2023-09-21T08:58:04.106884-04:00",
            "name": "CHC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/508895a2-9485-4224-a9d7-d2a578b0a7cf/?format=api"
        }
    ]
}