GET /api/bet_types/6b700794-aa3c-4d71-a09d-a7e4c9588b1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b700794-aa3c-4d71-a09d-a7e4c9588b1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5244db3-b691-499c-92fc-ef6b9fc0a71c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-14T09:53:17.151803-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": "Phoenix Suns",
                "amount": 8676.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1324.0
            }
        ],
        "expected_reward_tokens": 9543.6,
        "profit_sb": 43.6,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "48fcc903-df31-4136-a974-8442e036fc5a",
            "gambit_id": "ddf468cf-151d-4a03-a357-8cd7b6714551",
            "last_updated": "2024-01-16T22:53:16.053256-05:00",
            "created_at": "2024-01-14T09:53:17.155713-05:00",
            "name": "Phoenix Suns",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b700794-aa3c-4d71-a09d-a7e4c9588b1f/?format=api"
        },
        {
            "id": "ec875794-55f0-42dd-951f-9f508bc00407",
            "gambit_id": "42069422-d609-4326-a703-de34c0783e63",
            "last_updated": "2024-01-16T22:53:16.057582-05:00",
            "created_at": "2024-01-14T09:53:17.159803-05:00",
            "name": "Portland Trail Blazers",
            "reward": "7.21000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b700794-aa3c-4d71-a09d-a7e4c9588b1f/?format=api"
        }
    ]
}