GET /api/bet_types/e788c535-b663-41e5-8a22-847bf801b09a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e788c535-b663-41e5-8a22-847bf801b09a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d073f47b-7279-4304-9387-a7d72c9b48b3/?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": "Indianapolis Colts",
                "amount": 5109.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "c47ed1e6-daa8-4218-aeba-f0d3af6dc1b4",
            "gambit_id": "16a9d269-a853-4de7-b4e9-a8d54ac16b70",
            "last_updated": "2022-08-14T13:57:06.383946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e788c535-b663-41e5-8a22-847bf801b09a/?format=api"
        },
        {
            "id": "dca37e35-167b-43cb-b82d-538cb1537692",
            "gambit_id": "84c0f0d8-5062-4af9-a4c0-3db10ebdba7f",
            "last_updated": "2022-08-14T13:57:06.383565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e788c535-b663-41e5-8a22-847bf801b09a/?format=api"
        }
    ]
}