GET /api/bet_types/613bc5f5-2049-47fd-aa7d-20d88d665051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "613bc5f5-2049-47fd-aa7d-20d88d665051",
    "match": "https://api-prod.gambitprofit.com/api/matches/024fe700-e217-4369-82c8-19e5c66bef0f/?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": "PHI (R Suarez)",
                "amount": 6769.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 3231.0
            }
        ],
        "expected_reward_tokens": 9272.97,
        "profit_sb": 272.97,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "77f60bcd-43be-461c-ba36-07bef6b1ecd5",
            "gambit_id": "29c680cf-8a31-4a3c-84d2-af3c2bc4c7a9",
            "last_updated": "2022-09-11T18:17:12.614189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (R Suarez)",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/613bc5f5-2049-47fd-aa7d-20d88d665051/?format=api"
        },
        {
            "id": "19c5c915-9b49-4d25-9fd9-a011f556918c",
            "gambit_id": "de36bd43-b929-41de-bd87-292c52735d87",
            "last_updated": "2022-09-11T18:17:12.615321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "2.87000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/613bc5f5-2049-47fd-aa7d-20d88d665051/?format=api"
        }
    ]
}