GET /api/bet_types/d9bd8199-4624-43c3-9520-68368c394770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9bd8199-4624-43c3-9520-68368c394770",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6c23095-2037-41ab-945c-5ddd0ab8cc5b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-10T08:43:00.884885-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 (Z Littell)",
                "amount": 6293.0
            },
            {
                "team": "STL (M Liberatore)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b580f9f5-b3cc-45ea-97a7-b9635c84e1c9",
            "gambit_id": "acbbabd6-54d7-4e69-aaea-1f8b00eec3e4",
            "last_updated": "2023-08-11T11:03:14.907709-04:00",
            "created_at": "2023-08-10T08:43:00.917235-04:00",
            "name": "TAM (Z Littell)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bd8199-4624-43c3-9520-68368c394770/?format=api"
        },
        {
            "id": "7f26bde8-069d-4615-b767-8536d45ed048",
            "gambit_id": "a1750eb1-223d-4221-b5d0-07d7f656bb54",
            "last_updated": "2023-08-11T11:03:14.903059-04:00",
            "created_at": "2023-08-10T08:43:00.894291-04:00",
            "name": "STL (M Liberatore)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bd8199-4624-43c3-9520-68368c394770/?format=api"
        }
    ]
}