GET /api/bet_types/f3229751-1b4e-4494-a1c6-5551827be022/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3229751-1b4e-4494-a1c6-5551827be022",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f6dc53e-a782-4bb9-a362-32a857a94a5c/?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": "California",
                "amount": 6336.0
            },
            {
                "team": "Stanford",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "54421b61-65af-4de2-a3cb-3332e5b569aa",
            "gambit_id": "65d4aafb-2250-4e91-9664-ed0559663f0d",
            "last_updated": "2022-11-21T09:58:03.153493-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3229751-1b4e-4494-a1c6-5551827be022/?format=api"
        },
        {
            "id": "30f9624d-9fe2-4621-8f07-89fb456371c8",
            "gambit_id": "c9bca82e-5feb-4b8a-827b-c4698fc37da9",
            "last_updated": "2022-11-21T09:58:03.154583-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3229751-1b4e-4494-a1c6-5551827be022/?format=api"
        }
    ]
}