GET /api/bet_types/903d9425-db84-4b69-89fd-f938cf69d709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "903d9425-db84-4b69-89fd-f938cf69d709",
    "match": "https://api-prod.gambitprofit.com/api/matches/93590875-0d1a-4fb4-9b19-cfad96476af4/?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": "Louisville",
                "amount": 6359.0
            },
            {
                "team": "Syracuse",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9284.14,
        "profit_sb": 284.14,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0d3900f-51fa-4e24-b400-81a66c6d8a2f",
            "gambit_id": "170cd291-47ce-47a2-a0a3-f286f228a3d5",
            "last_updated": "2022-09-05T09:32:19.680995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903d9425-db84-4b69-89fd-f938cf69d709/?format=api"
        },
        {
            "id": "d8a6760b-5698-4a30-8e44-abba867e80a4",
            "gambit_id": "ba448521-a299-409c-87e7-7060a56d9d63",
            "last_updated": "2022-09-05T09:32:19.679872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903d9425-db84-4b69-89fd-f938cf69d709/?format=api"
        }
    ]
}