GET /api/bet_types/d05ecad4-d142-4341-aa8d-4a4a4e64bab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d05ecad4-d142-4341-aa8d-4a4a4e64bab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e9565ee-a4fd-4171-931b-f44ae6d69f43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:12.392165-04: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": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e23f750e-ced3-4d3f-84cf-d990656d7012",
            "gambit_id": "596369b0-df31-44a1-9bd6-6b1d198ce236",
            "last_updated": "2023-10-30T15:38:31.373147-04:00",
            "created_at": "2023-10-25T09:13:12.396398-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05ecad4-d142-4341-aa8d-4a4a4e64bab0/?format=api"
        },
        {
            "id": "c53f38c4-4b0d-4db8-ad08-8ea171c3be00",
            "gambit_id": "74f85ad1-0da7-4ebf-994d-0aeefeaaf8b8",
            "last_updated": "2023-10-30T15:38:31.376653-04:00",
            "created_at": "2023-10-25T09:13:12.400925-04:00",
            "name": "Green Bay Packers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05ecad4-d142-4341-aa8d-4a4a4e64bab0/?format=api"
        }
    ]
}