GET /api/bet_types/4604e6ef-7579-4788-bb34-7bdb81637c37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4604e6ef-7579-4788-bb34-7bdb81637c37",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?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": "Wake Forest",
                "amount": 5863.0
            },
            {
                "team": "Louisville",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b6afc37-4046-425d-9fb7-4cc125fec9aa",
            "gambit_id": "6c6b3f4c-814c-4a6b-878b-589495d0931f",
            "last_updated": "2022-10-31T10:32:23.149879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4604e6ef-7579-4788-bb34-7bdb81637c37/?format=api"
        },
        {
            "id": "eaec2225-f236-4841-b6f8-7b78d757d92d",
            "gambit_id": "d999a331-0feb-457a-b84c-79875439c940",
            "last_updated": "2022-10-31T10:32:23.148966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4604e6ef-7579-4788-bb34-7bdb81637c37/?format=api"
        }
    ]
}