GET /api/bet_types/9d7c3133-768d-40f5-a610-e52587ddff9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d7c3133-768d-40f5-a610-e52587ddff9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9455feb8-1d57-4a10-8c90-84a96cd86bc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Chargers",
                "amount": 5922.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4078.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "4660c659-cb2a-4612-9e2d-79ebb6681b8e",
            "gambit_id": "ad728dc1-c4da-4234-9b2c-a1e342fb87d2",
            "last_updated": "2022-08-14T13:52:13.709933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7c3133-768d-40f5-a610-e52587ddff9c/?format=api"
        },
        {
            "id": "afe2ae60-ad3a-48a1-bbf1-8464f10c08e9",
            "gambit_id": "6ab08009-409f-4b56-866b-91cacb2d13be",
            "last_updated": "2022-08-14T13:52:13.710286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.28000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7c3133-768d-40f5-a610-e52587ddff9c/?format=api"
        }
    ]
}