GET /api/bet_types/dde855e6-1382-4a49-a9da-b7ccb50d2eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dde855e6-1382-4a49-a9da-b7ccb50d2eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/816af749-f025-4a91-a69c-3dbc7469b250/?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": "Philadelphia Eagles",
                "amount": 6876.0
            },
            {
                "team": "Washington Commanders",
                "amount": 3124.0
            }
        ],
        "expected_reward_tokens": 9213.84,
        "profit_sb": 213.84,
        "profit_sb_percentage": 2.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "aae1798e-d0fb-42f5-905e-24c49c8f7401",
            "gambit_id": "0fd53c8c-d665-4e14-a31a-8e76f3d2da8c",
            "last_updated": "2022-09-26T10:21:56.918818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dde855e6-1382-4a49-a9da-b7ccb50d2eec/?format=api"
        },
        {
            "id": "d3c99ef6-6d8c-4679-b8ac-1f91ca66908b",
            "gambit_id": "fe462337-717b-459a-a22a-5201712b9e59",
            "last_updated": "2022-09-26T10:21:56.917872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "2.95000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dde855e6-1382-4a49-a9da-b7ccb50d2eec/?format=api"
        }
    ]
}