GET /api/bet_types/eaa81749-5e78-4c73-8459-e39d153421af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eaa81749-5e78-4c73-8459-e39d153421af",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3545657-2c51-407d-913e-ffcfc24e3a66/?format=api",
    "name": "Play the Odds",
    "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": "Chicago Bears",
                "amount": 5249.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4751.0
            }
        ],
        "expected_reward_tokens": 9026.9,
        "profit_sb": 26.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd5f83ad-2f5e-4bd4-8574-e0cedd1c1b05",
            "gambit_id": "3dc2e8e1-e6f4-437a-bb08-8b7fff1da6df",
            "last_updated": "2022-11-14T15:02:46.108877-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.72000",
            "odds": "1.81970",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaa81749-5e78-4c73-8459-e39d153421af/?format=api"
        },
        {
            "id": "4e1fb530-23d3-47de-9f47-84a73f97d936",
            "gambit_id": "48e15b44-2439-45d1-908e-d8cfaf2571a9",
            "last_updated": "2022-11-14T15:02:46.109848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.90000",
            "odds": "2.02000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaa81749-5e78-4c73-8459-e39d153421af/?format=api"
        }
    ]
}