GET /api/bet_types/010e9b6f-e34b-48e8-ac18-cce78a4b9765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010e9b6f-e34b-48e8-ac18-cce78a4b9765",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?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": "Minnesota Vikings",
                "amount": 6395.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 3605.0
            }
        ],
        "expected_reward_tokens": 9336.7,
        "profit_sb": 336.7,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "7792a819-612f-44eb-a57d-915d86622c15",
            "gambit_id": "153fdb91-dc53-42c0-9ae1-1b9f05884e81",
            "last_updated": "2022-08-21T12:57:09.886630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010e9b6f-e34b-48e8-ac18-cce78a4b9765/?format=api"
        },
        {
            "id": "aa769474-40fc-4e57-b9cd-31c8d26c825b",
            "gambit_id": "0cfffef9-301d-4971-be50-7b8c6e134264",
            "last_updated": "2022-08-21T12:57:09.887180-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010e9b6f-e34b-48e8-ac18-cce78a4b9765/?format=api"
        }
    ]
}