GET /api/bet_types/017cc885-b073-4622-8b84-d2f44821ffb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "017cc885-b073-4622-8b84-d2f44821ffb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ace481fd-872b-4638-bfca-d19e0f86e19f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:15.517602-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "75409276-510c-4b43-b27e-cdd00d1e3831",
            "gambit_id": "63a56e40-3c77-41c8-9b98-100a6d983d2a",
            "last_updated": "2023-10-02T21:03:11.193918-04:00",
            "created_at": "2023-09-28T10:08:15.521396-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/017cc885-b073-4622-8b84-d2f44821ffb2/?format=api"
        },
        {
            "id": "593d1db3-8985-45c5-8ff8-5a95f092243f",
            "gambit_id": "1e06c6be-82d8-432d-b791-d0d75566f064",
            "last_updated": "2023-10-02T21:03:11.197085-04:00",
            "created_at": "2023-09-28T10:08:15.526637-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/017cc885-b073-4622-8b84-d2f44821ffb2/?format=api"
        }
    ]
}