GET /api/bet_types/8f2c7146-d815-4741-bcc5-65ecaa31ed6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f2c7146-d815-4741-bcc5-65ecaa31ed6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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": "Arizona State",
                "amount": 7959.0
            },
            {
                "team": "Colorado",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e08ac3d0-abaf-410b-b457-51431ab70d46",
            "gambit_id": "f7bf46f1-acf6-41af-9ca3-a8d546f026fe",
            "last_updated": "2022-10-31T10:17:28.072748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f2c7146-d815-4741-bcc5-65ecaa31ed6b/?format=api"
        },
        {
            "id": "7d3feb55-d819-4f43-b015-cc51ed74465d",
            "gambit_id": "916e6be3-a7e5-44a0-9f20-903069d75caf",
            "last_updated": "2022-10-31T10:17:28.073672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f2c7146-d815-4741-bcc5-65ecaa31ed6b/?format=api"
        }
    ]
}