GET /api/bet_types/1e26a92b-4690-4851-9970-97a4659bb009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e26a92b-4690-4851-9970-97a4659bb009",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9f6865a-29fc-4cdb-a615-58decac4bb31/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-22T09:01:56.608381-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": "Boston Bruins",
                "amount": 7450.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2550.0
            }
        ],
        "expected_reward_tokens": 9536.0,
        "profit_sb": 36.0,
        "profit_sb_percentage": 0.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8ee4f5a-036c-4715-ac67-1f87fb8b55f1",
            "gambit_id": "ca3164e3-5bc9-45f5-8b70-e19fc4305bd2",
            "last_updated": "2023-01-23T15:37:00.740755-05:00",
            "created_at": "2023-01-22T09:01:56.609615-05:00",
            "name": "Boston Bruins",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e26a92b-4690-4851-9970-97a4659bb009/?format=api"
        },
        {
            "id": "48c97ef3-40ec-4cfc-a336-adba24fe9dbe",
            "gambit_id": "1a7af66b-c340-4dc0-9094-2844b2b81341",
            "last_updated": "2023-01-23T15:37:00.742201-05:00",
            "created_at": "2023-01-22T09:01:56.610908-05:00",
            "name": "San Jose Sharks",
            "reward": "3.74000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e26a92b-4690-4851-9970-97a4659bb009/?format=api"
        }
    ]
}