GET /api/bet_types/b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6025b09-6779-4338-9042-61a1fa814852/?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": "Penn State",
                "amount": 6563.0
            },
            {
                "team": "Minnesota",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "c41b3e96-5fd4-482d-a91c-aa8bdfc479c8",
            "gambit_id": "4cbc0539-1c6c-484d-b791-fc50fbab00d4",
            "last_updated": "2022-10-23T21:41:53.981960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7/?format=api"
        },
        {
            "id": "41135b39-e9b8-40f7-aa94-2766d12f3fa7",
            "gambit_id": "6b696101-30cc-44b3-8902-7d08bbaac8e4",
            "last_updated": "2022-10-23T21:41:53.983079-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7/?format=api"
        }
    ]
}