GET /api/bet_types/834df891-881f-4bca-9a99-bfbd80d2edf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "834df891-881f-4bca-9a99-bfbd80d2edf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c12f291-f68d-46eb-934b-2d64405a5cf5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:52.664253-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 (D Rasmussen)",
                "amount": 6182.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "56fd52db-2a35-4317-acdb-5b688a23e4c1",
            "gambit_id": "88302944-d3b3-4913-a6e4-08097a727224",
            "last_updated": "2023-04-04T19:27:07.431670-04:00",
            "created_at": "2023-04-03T09:56:52.667084-04:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/834df891-881f-4bca-9a99-bfbd80d2edf4/?format=api"
        },
        {
            "id": "5ad82dd1-c702-4673-9247-5f60f3bd482f",
            "gambit_id": "d38a8956-ce9c-44f1-97da-0b57a79ab66f",
            "last_updated": "2023-04-04T19:27:07.429853-04:00",
            "created_at": "2023-04-03T09:56:52.665705-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/834df891-881f-4bca-9a99-bfbd80d2edf4/?format=api"
        }
    ]
}