GET /api/bet_types/6b95742b-e4a3-41a8-bbde-e602550245ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b95742b-e4a3-41a8-bbde-e602550245ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/86e73574-614f-4e8d-8fbd-d691c433d40d/?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": "KAN (J Heasley)",
                "amount": 5416.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 4584.0
            }
        ],
        "expected_reward_tokens": 9259.68,
        "profit_sb": 259.68,
        "profit_sb_percentage": 2.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf9af065-6ad1-48f3-9540-c2f881ffa0db",
            "gambit_id": "21d1273d-2e24-407e-9b3e-be19745340e3",
            "last_updated": "2022-09-11T18:27:15.922751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b95742b-e4a3-41a8-bbde-e602550245ee/?format=api"
        },
        {
            "id": "e43a370b-2f64-4b02-963a-76062dcef131",
            "gambit_id": "ca39cca5-8118-4b45-be66-6c651909f914",
            "last_updated": "2022-09-11T18:27:15.923722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Manning)",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b95742b-e4a3-41a8-bbde-e602550245ee/?format=api"
        }
    ]
}