GET /api/bet_types/44da5854-0a87-4a78-9a5c-7503993e9e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44da5854-0a87-4a78-9a5c-7503993e9e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bc5b4d4-89b4-4773-8b7c-0a502b951989/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-10T15:13:10.429371-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": "MIN (S Gray)",
                "amount": 5593.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4407.0
            }
        ],
        "expected_reward_tokens": 9563.19,
        "profit_sb": 63.19,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7e1bd56-315d-40eb-984f-adc95c9648df",
            "gambit_id": "900d35fe-4744-41fa-90ef-46a7e8d15e15",
            "last_updated": "2023-10-11T09:02:55.991384-04:00",
            "created_at": "2023-10-10T15:13:10.454394-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.71000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44da5854-0a87-4a78-9a5c-7503993e9e9a/?format=api"
        },
        {
            "id": "3cba65f6-1b72-42fe-b8b7-a4fb08b79cad",
            "gambit_id": "6a1566e2-da81-4565-bd4a-f95bcec5e5e1",
            "last_updated": "2023-10-11T09:02:55.987011-04:00",
            "created_at": "2023-10-10T15:13:10.444805-04:00",
            "name": "HOU (C Javier)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44da5854-0a87-4a78-9a5c-7503993e9e9a/?format=api"
        }
    ]
}