GET /api/bet_types/0565f653-959e-496e-b818-c411f456236a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0565f653-959e-496e-b818-c411f456236a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0308c2d9-640f-4073-addb-f0330a64e44f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:22.312394-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": "Pittsburgh Penguins",
                "amount": 5857.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "28f1e93e-077a-45bc-ab67-f6fbfd627a10",
            "gambit_id": "692a1594-6da5-4c70-a90f-949f3bd21472",
            "last_updated": "2024-01-17T22:23:11.592666-05:00",
            "created_at": "2024-01-15T10:23:22.323439-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0565f653-959e-496e-b818-c411f456236a/?format=api"
        },
        {
            "id": "b1455936-675c-4711-ad58-558272377b47",
            "gambit_id": "79f1740d-320e-4e2b-a3f0-860e48dc793b",
            "last_updated": "2024-01-17T22:23:11.589320-05:00",
            "created_at": "2024-01-15T10:23:22.318289-05:00",
            "name": "Seattle Kraken",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0565f653-959e-496e-b818-c411f456236a/?format=api"
        }
    ]
}