GET /api/bet_types/4dd3253b-5a60-45ec-babf-6f7fe6d167ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dd3253b-5a60-45ec-babf-6f7fe6d167ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cdcf42c-67be-4fe5-9f41-2590773dad57/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T11:43:03.992810-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": "TAM",
                "amount": 5423.0
            },
            {
                "team": "KAN",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0135c4f-8754-45bf-ad73-0d609e9410e3",
            "gambit_id": "0ce2aea8-9d10-4f6c-b99f-350c39389174",
            "last_updated": "2023-07-22T19:07:56.331894-04:00",
            "created_at": "2023-07-15T11:43:03.994201-04:00",
            "name": "TAM",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd3253b-5a60-45ec-babf-6f7fe6d167ef/?format=api"
        },
        {
            "id": "1e030836-af88-4836-a8e5-298c9bf2cb4f",
            "gambit_id": "26ba1164-d1a6-4383-90bd-7a2adf8cc566",
            "last_updated": "2023-07-22T19:07:56.336082-04:00",
            "created_at": "2023-07-15T11:43:03.995919-04:00",
            "name": "KAN",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd3253b-5a60-45ec-babf-6f7fe6d167ef/?format=api"
        }
    ]
}