GET /api/bet_types/fe8f0914-7fed-403d-8436-ea595e019a65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe8f0914-7fed-403d-8436-ea595e019a65",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a3908d8-9f46-409f-9478-d6bbcf1d99e7/?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": "Minnesota Timberwolves",
                "amount": 7373.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f14e848-359a-4648-9597-aedba454ce2d",
            "gambit_id": "312c5d31-b72c-485b-b3ce-8b30ac3d93cc",
            "last_updated": "2022-10-29T19:02:21.157782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8f0914-7fed-403d-8436-ea595e019a65/?format=api"
        },
        {
            "id": "497e3a75-8fdd-4e6b-a537-4870fb15609a",
            "gambit_id": "5dec794f-fc30-477b-b7bf-c45dbd607994",
            "last_updated": "2022-10-29T19:02:21.158793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8f0914-7fed-403d-8436-ea595e019a65/?format=api"
        }
    ]
}