GET /api/bet_types/8580ad10-686f-428d-b204-11ea093b4bb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8580ad10-686f-428d-b204-11ea093b4bb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c10639f3-340a-4d70-8acd-08bbd2b78ffb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:12.586424-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": "TEX",
                "amount": 5000.0
            },
            {
                "team": "DET",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "49ca3e8f-34d1-4cb1-941e-25da5ee93d3e",
            "gambit_id": "21e184af-61cf-403b-8eeb-130390a60518",
            "last_updated": "2023-05-30T10:47:22.429035-04:00",
            "created_at": "2023-05-29T11:47:12.588788-04:00",
            "name": "TEX",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8580ad10-686f-428d-b204-11ea093b4bb6/?format=api"
        },
        {
            "id": "3250cebc-dc2c-425c-ae9e-2eca0df31821",
            "gambit_id": "c485c3d8-cbb0-424b-bce4-14b5d83a537a",
            "last_updated": "2023-05-30T10:47:22.431072-04:00",
            "created_at": "2023-05-29T11:47:12.591194-04:00",
            "name": "DET",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8580ad10-686f-428d-b204-11ea093b4bb6/?format=api"
        }
    ]
}