GET /api/bet_types/32191742-09db-4885-9604-6c271db97a23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32191742-09db-4885-9604-6c271db97a23",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d4b35a-13d0-4fd3-888d-b8ea18be2f59/?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": "San Francisco 49ers",
                "amount": 5207.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "39e3d47a-f9a2-4324-9f00-9b2777bc50db",
            "gambit_id": "deb6b437-7316-4943-b0c7-ccf23e76997f",
            "last_updated": "2022-09-26T09:52:13.492323-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32191742-09db-4885-9604-6c271db97a23/?format=api"
        },
        {
            "id": "c3707174-4c59-4e4a-b35e-e9d426a434af",
            "gambit_id": "60c51828-c416-4edb-95ad-2e3b759ea9f2",
            "last_updated": "2022-09-26T09:52:13.491330-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32191742-09db-4885-9604-6c271db97a23/?format=api"
        }
    ]
}