GET /api/bet_types/e336ae52-d81b-43b7-be16-2b6327dc02c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e336ae52-d81b-43b7-be16-2b6327dc02c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc8ca46d-6dd1-478a-937e-85fe85d6863e/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Southampton",
                "amount": 5556.0
            },
            {
                "team": "Brentford",
                "amount": 4444.0
            }
        ],
        "expected_reward_tokens": 11998.8,
        "profit_sb": 2998.8,
        "profit_sb_percentage": 33.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Southampton",
                "amount": 4084.0
            },
            {
                "team": "Brentford",
                "amount": 3267.0
            },
            {
                "team": "Draw",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 8820.9,
        "profit_sb": -179.1,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aff0d87-65f0-4dd1-b17b-01692d3e132f",
            "gambit_id": "a112f092-76ce-4a9e-a13f-c72d75584d62",
            "last_updated": "2022-12-24T17:12:14.550206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e336ae52-d81b-43b7-be16-2b6327dc02c5/?format=api"
        },
        {
            "id": "5486ab73-974e-4f06-9207-77897cb9b930",
            "gambit_id": "c3cd5e68-019a-4c20-bb78-9796d41017f3",
            "last_updated": "2022-12-24T17:12:14.547927-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brentford",
            "reward": "2.70000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e336ae52-d81b-43b7-be16-2b6327dc02c5/?format=api"
        },
        {
            "id": "8b47c69c-2066-4fe0-b682-0bed77238430",
            "gambit_id": "be004e2d-6477-40d5-8a3b-4824fcd9aa97",
            "last_updated": "2022-12-24T17:12:14.549077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e336ae52-d81b-43b7-be16-2b6327dc02c5/?format=api"
        }
    ]
}