GET /api/bet_types/44dfc33b-c02e-4917-92b7-fbe92d9503a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44dfc33b-c02e-4917-92b7-fbe92d9503a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63092b7-6439-4798-b084-a5fcbc9a8788/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:08.619644-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": "Houston Texans",
                "amount": 6744.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bd895e3-e36a-4fe8-89a8-ae8493a2941c",
            "gambit_id": "24ace54c-61f2-4f60-80b5-31354c8e4d60",
            "last_updated": "2023-11-20T19:43:03.483206-05:00",
            "created_at": "2023-11-16T09:28:08.628410-05:00",
            "name": "Houston Texans",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44dfc33b-c02e-4917-92b7-fbe92d9503a3/?format=api"
        },
        {
            "id": "3bad70a7-9a37-4a96-83ec-71db2024db6a",
            "gambit_id": "aa57e8d2-c8a2-4880-900e-fc32e35ad1b8",
            "last_updated": "2023-11-20T19:43:03.479988-05:00",
            "created_at": "2023-11-16T09:28:08.624043-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44dfc33b-c02e-4917-92b7-fbe92d9503a3/?format=api"
        }
    ]
}