GET /api/bet_types/7c55af81-b483-45e7-a8df-250fc16a7e39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c55af81-b483-45e7-a8df-250fc16a7e39",
    "match": "https://api-prod.gambitprofit.com/api/matches/01c11f24-786d-4d03-a472-c981e45a0b54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:12.143178-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": "Philadelphia Eagles",
                "amount": 7275.0
            },
            {
                "team": "Washington Commanders",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 9455.75,
        "profit_sb": -44.25,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9e292d5-328d-4cd7-9abd-36ccf21d7427",
            "gambit_id": "394fbd15-2641-4420-aa19-3ff7b5f79239",
            "last_updated": "2023-10-30T15:38:30.436004-04:00",
            "created_at": "2023-10-25T09:13:12.146992-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c55af81-b483-45e7-a8df-250fc16a7e39/?format=api"
        },
        {
            "id": "a7ed7e2f-1092-474c-ae07-d4e52b914a12",
            "gambit_id": "202a7b76-1535-4a5c-bedf-a7030cc0e034",
            "last_updated": "2023-10-30T15:38:30.439430-04:00",
            "created_at": "2023-10-25T09:13:12.151096-04:00",
            "name": "Washington Commanders",
            "reward": "3.47000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c55af81-b483-45e7-a8df-250fc16a7e39/?format=api"
        }
    ]
}