GET /api/bet_types/265b62fd-bffb-482a-9215-5385f4b4b035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "265b62fd-bffb-482a-9215-5385f4b4b035",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eca4566-59d9-4470-9ab6-8305e026c252/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "CLE (S Bieber)",
                "amount": 5436.0
            },
            {
                "team": "TAM (S McClanahan)",
                "amount": 4564.0
            }
        ],
        "expected_reward_tokens": 9675.68,
        "profit_sb": 175.68,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "e384579d-6510-4d23-87fb-72b84f57b8be",
            "gambit_id": "3e8d5582-58ea-45ac-b0cf-19f5daa3902d",
            "last_updated": "2022-10-08T08:57:15.097137-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/265b62fd-bffb-482a-9215-5385f4b4b035/?format=api"
        },
        {
            "id": "a4ac85e7-96be-4708-897e-ada0dea8414f",
            "gambit_id": "6d048444-2511-457a-9677-c1ae01f2936c",
            "last_updated": "2022-10-08T08:57:15.098166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/265b62fd-bffb-482a-9215-5385f4b4b035/?format=api"
        }
    ]
}