GET /api/bet_types/dd5da20c-df39-4ac3-90a3-4fc606e52b59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd5da20c-df39-4ac3-90a3-4fc606e52b59",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea19d40-48b6-4fc5-9939-8846d0309031/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T09:32:11.258899-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "04bc4ee6-a652-4bb1-a003-9360970dc183",
            "gambit_id": "32e4009c-bea3-4e78-8043-3417e0e457da",
            "last_updated": "2023-02-13T09:47:08.287521-05:00",
            "created_at": "2023-02-12T09:32:11.261516-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd5da20c-df39-4ac3-90a3-4fc606e52b59/?format=api"
        },
        {
            "id": "b3605bb3-3c44-456f-8482-87772335241d",
            "gambit_id": "2bfdc67e-eba7-4622-8929-17b77904d7b4",
            "last_updated": "2023-02-13T09:47:08.286421-05:00",
            "created_at": "2023-02-12T09:32:11.260238-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd5da20c-df39-4ac3-90a3-4fc606e52b59/?format=api"
        }
    ]
}