GET /api/bet_types/c3584901-e8e1-4b55-ba73-38b99fedd409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3584901-e8e1-4b55-ba73-38b99fedd409",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1be038a-d985-4566-b684-46b6b4d685d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:12.118366-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": "Golden State Warriors",
                "amount": 5857.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a774f90-a1cb-434f-b807-61a12e8929b2",
            "gambit_id": "d9fb0fdb-3ff2-48dc-978d-04e33efdb33a",
            "last_updated": "2023-12-18T10:38:05.279146-05:00",
            "created_at": "2023-12-16T09:23:12.125890-05:00",
            "name": "Golden State Warriors",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3584901-e8e1-4b55-ba73-38b99fedd409/?format=api"
        },
        {
            "id": "96af36bd-d329-48b5-9bcd-82ae50d802ce",
            "gambit_id": "4ccd8361-7fcf-4368-afb8-aef26ac6aa94",
            "last_updated": "2023-12-18T10:38:05.275638-05:00",
            "created_at": "2023-12-16T09:23:12.122188-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3584901-e8e1-4b55-ba73-38b99fedd409/?format=api"
        }
    ]
}