GET /api/bet_types/dbac90ef-f775-4f4d-abae-e75b60393ae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbac90ef-f775-4f4d-abae-e75b60393ae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d1d912d-d7b2-45b2-8989-d2f3b21ee649/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:58.313511-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": "Brad Tavares",
                "amount": 5789.0
            },
            {
                "team": "Bruno Silva",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a228822-985f-4066-ac3a-f0852424a597",
            "gambit_id": "896b050a-17f2-4fa6-baba-52a3e89ec6d9",
            "last_updated": "2023-04-24T18:57:05.522374-04:00",
            "created_at": "2023-04-22T13:06:58.315135-04:00",
            "name": "Brad Tavares",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbac90ef-f775-4f4d-abae-e75b60393ae8/?format=api"
        },
        {
            "id": "76abeb9a-9aa3-41da-b9b7-69e67fcad655",
            "gambit_id": "a0fa23b2-5343-4fee-be5a-9062986370f5",
            "last_updated": "2023-04-24T18:57:05.524840-04:00",
            "created_at": "2023-04-22T13:06:58.316664-04:00",
            "name": "Bruno Silva",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbac90ef-f775-4f4d-abae-e75b60393ae8/?format=api"
        }
    ]
}