GET /api/bet_types/e3e3dbd0-b850-4378-99d4-0ececf4b49cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3e3dbd0-b850-4378-99d4-0ececf4b49cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/211e7d54-4912-463c-9790-aeea6a2ddba5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:12.977306-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": "PHI (M Strahm)",
                "amount": 6620.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbbcd446-40b6-482e-8f15-b3bbb33e6883",
            "gambit_id": "e0a88cca-bb2d-4086-a635-84df88124d21",
            "last_updated": "2023-04-21T21:57:32.545332-04:00",
            "created_at": "2023-04-20T11:42:12.979030-04:00",
            "name": "PHI (M Strahm)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e3dbd0-b850-4378-99d4-0ececf4b49cc/?format=api"
        },
        {
            "id": "a4a501bb-0e8f-4f84-b18c-ea34bdf246ed",
            "gambit_id": "3797302a-5fdb-4a60-8041-c280db6c7790",
            "last_updated": "2023-04-21T21:57:32.546913-04:00",
            "created_at": "2023-04-20T11:42:12.980841-04:00",
            "name": "COL (R Feltner)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e3dbd0-b850-4378-99d4-0ececf4b49cc/?format=api"
        }
    ]
}