GET /api/bet_types/078fdcba-2641-4e8a-be39-2e70370f409c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "078fdcba-2641-4e8a-be39-2e70370f409c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f8264b6-ef14-4a36-9f67-111dbf1fb1cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:01.873618-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": "Orlando Magic",
                "amount": 5421.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "aebbd3f0-2c5d-4276-9ad1-ce3a9b1e406f",
            "gambit_id": "9dc8e18c-da3c-40da-a599-279e8c8d996f",
            "last_updated": "2023-03-27T11:36:53.843675-04:00",
            "created_at": "2023-03-26T13:37:01.877779-04:00",
            "name": "Orlando Magic",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078fdcba-2641-4e8a-be39-2e70370f409c/?format=api"
        },
        {
            "id": "308e85ce-a626-48c2-949c-6b9b7e03d9a8",
            "gambit_id": "88c11f5d-96e8-46ae-825d-1c01897c3063",
            "last_updated": "2023-03-27T11:36:53.840805-04:00",
            "created_at": "2023-03-26T13:37:01.875882-04:00",
            "name": "Brooklyn Nets",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078fdcba-2641-4e8a-be39-2e70370f409c/?format=api"
        }
    ]
}