GET /api/bet_types/99603df7-2a61-4b60-9be7-f6144be04d0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99603df7-2a61-4b60-9be7-f6144be04d0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e89b296-d292-45ec-80bb-65899d424053/?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": "Kentucky",
                "amount": 8249.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 1751.0
            }
        ],
        "expected_reward_tokens": 9402.87,
        "profit_sb": 402.87,
        "profit_sb_percentage": 4.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "04c7efbd-a4fd-42f6-a926-95781b8902a6",
            "gambit_id": "bd0ea4f5-d83e-4257-a24b-41194e9449ee",
            "last_updated": "2022-09-05T09:37:18.519999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.14000",
            "odds": "1.14930",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99603df7-2a61-4b60-9be7-f6144be04d0d/?format=api"
        },
        {
            "id": "b527e868-9b20-49e7-953d-188513adba61",
            "gambit_id": "20fc978b-8c86-4347-9cf6-4601caefb718",
            "last_updated": "2022-09-05T09:37:18.521181-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "5.37000",
            "odds": "5.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99603df7-2a61-4b60-9be7-f6144be04d0d/?format=api"
        }
    ]
}