GET /api/bet_types/62aac670-9cbb-479b-a8e6-21d017860645/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62aac670-9cbb-479b-a8e6-21d017860645",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2779f3c-5db8-4709-80cc-117cbe481655/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T10:27:01.680986-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": "Portland Trail Blazers",
                "amount": 7656.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2344.0
            }
        ],
        "expected_reward_tokens": 9187.2,
        "profit_sb": 187.2,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "63589200-4cbb-4735-8288-45958bd01a5c",
            "gambit_id": "9b6c3fc9-f919-4f16-8cfc-71e4667b7b09",
            "last_updated": "2023-01-03T11:01:48.494506-05:00",
            "created_at": "2023-01-02T10:27:01.682183-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.20000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62aac670-9cbb-479b-a8e6-21d017860645/?format=api"
        },
        {
            "id": "43c26e74-20ea-40b3-b432-d23cbe043e2c",
            "gambit_id": "19a1eb5e-3a68-40b4-be50-ff9e9340dfdf",
            "last_updated": "2023-01-03T11:01:48.495617-05:00",
            "created_at": "2023-01-02T10:27:01.683405-05:00",
            "name": "Detroit Pistons",
            "reward": "3.92000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62aac670-9cbb-479b-a8e6-21d017860645/?format=api"
        }
    ]
}