GET /api/bet_types/775b4aac-1f26-4249-b132-80564add0590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "775b4aac-1f26-4249-b132-80564add0590",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7a492fb-ada0-40c2-a7d9-23e21f6306c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:56.221414-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": "Miami Heat",
                "amount": 6715.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3285.0
            }
        ],
        "expected_reward_tokens": 9065.25,
        "profit_sb": 65.25,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "362f8fb9-3505-422f-9751-ae7728a43583",
            "gambit_id": "272dfcae-0c81-411f-a0d7-373c7f25f624",
            "last_updated": "2022-12-24T19:01:51.573605-05:00",
            "created_at": "2022-12-23T09:06:56.222535-05:00",
            "name": "Miami Heat",
            "reward": "1.35000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/775b4aac-1f26-4249-b132-80564add0590/?format=api"
        },
        {
            "id": "c0a24efc-6d6a-4359-ae2d-4f57dbd34aea",
            "gambit_id": "2a4fefa9-422a-4221-9d89-bca568bc0d98",
            "last_updated": "2022-12-24T19:01:51.574657-05:00",
            "created_at": "2022-12-23T09:06:56.223698-05:00",
            "name": "Indiana Pacers",
            "reward": "2.76000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/775b4aac-1f26-4249-b132-80564add0590/?format=api"
        }
    ]
}