GET /api/bet_types/f228d738-07ae-4d6f-bb77-8abf0d57b4a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f228d738-07ae-4d6f-bb77-8abf0d57b4a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/709b3df1-364c-4de4-9037-3f43fd185834/?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": "Charlotte FC",
                "amount": 5748.0
            },
            {
                "team": "New York City FC",
                "amount": 4252.0
            }
        ],
        "expected_reward_tokens": 12415.68,
        "profit_sb": 3415.68,
        "profit_sb_percentage": 37.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Charlotte FC",
                "amount": 4089.0
            },
            {
                "team": "New York City FC",
                "amount": 3025.0
            },
            {
                "team": "Draw",
                "amount": 2886.0
            }
        ],
        "expected_reward_tokens": 8831.16,
        "profit_sb": -168.84,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d7276ec-44b0-40b6-a455-a93fd5cb9bc4",
            "gambit_id": "cb7296b3-6ad2-4dfb-9589-e7ae2807bd5f",
            "last_updated": "2022-12-24T17:12:20.003102-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte FC",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f228d738-07ae-4d6f-bb77-8abf0d57b4a0/?format=api"
        },
        {
            "id": "7cfd54c5-a07d-49b5-8665-86533934f988",
            "gambit_id": "328a997c-7b50-409c-ac3e-b7e7e0a1ef02",
            "last_updated": "2022-12-24T17:12:20.001459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "2.92000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f228d738-07ae-4d6f-bb77-8abf0d57b4a0/?format=api"
        },
        {
            "id": "365bdd30-3875-47c9-afac-2892f2eb2ffb",
            "gambit_id": "d452b60a-7c68-4db1-a0a9-321c21a00533",
            "last_updated": "2022-12-24T17:12:20.004850-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f228d738-07ae-4d6f-bb77-8abf0d57b4a0/?format=api"
        }
    ]
}