GET /api/bet_types/b8646f82-ad1b-49a1-9624-3044098a001c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8646f82-ad1b-49a1-9624-3044098a001c",
    "match": "https://api-prod.gambitprofit.com/api/matches/24e8468c-1ddc-4139-904a-ad86fad1bde3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:00.990786-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": "CIN (B Williamson)",
                "amount": 5325.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8858b13a-47f5-46ab-830d-d37d5b58bc9f",
            "gambit_id": "3cd320d3-173d-44aa-a617-13e0012857f8",
            "last_updated": "2023-09-15T16:33:17.166164-04:00",
            "created_at": "2023-09-12T09:23:00.994739-04:00",
            "name": "CIN (B Williamson)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8646f82-ad1b-49a1-9624-3044098a001c/?format=api"
        },
        {
            "id": "56a6c7bb-b080-4c3b-b758-30c5c0a7361e",
            "gambit_id": "5111a4e2-3fa4-4f94-831c-dfaaeac8756b",
            "last_updated": "2023-09-15T16:33:17.169696-04:00",
            "created_at": "2023-09-12T09:23:00.998717-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8646f82-ad1b-49a1-9624-3044098a001c/?format=api"
        }
    ]
}