GET /api/bet_types/ccef2eed-e6c2-487a-a203-2e6b57eba679/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccef2eed-e6c2-487a-a203-2e6b57eba679",
    "match": "https://api-prod.gambitprofit.com/api/matches/b814682e-d2d2-4c0d-993b-cf5c6fb30cd5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:14.464568-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": "TAM (T Bradley)",
                "amount": 5711.0
            },
            {
                "team": "BAL (T Wells)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae94967c-34c3-4b16-998d-4163a78635a0",
            "gambit_id": "42b18ae0-4ebb-42fe-8ab8-bb336a6cd7e7",
            "last_updated": "2023-06-22T10:23:06.066749-04:00",
            "created_at": "2023-06-21T08:33:14.469198-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccef2eed-e6c2-487a-a203-2e6b57eba679/?format=api"
        },
        {
            "id": "4804df6f-a520-4e50-8c46-4309c6460913",
            "gambit_id": "973ca60d-6a40-4b1a-984d-91421f31cef8",
            "last_updated": "2023-06-22T10:23:06.064364-04:00",
            "created_at": "2023-06-21T08:33:14.467237-04:00",
            "name": "BAL (T Wells)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccef2eed-e6c2-487a-a203-2e6b57eba679/?format=api"
        }
    ]
}