GET /api/bet_types/d54303cf-f8f7-4f61-872f-7d9c1aa3e59f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d54303cf-f8f7-4f61-872f-7d9c1aa3e59f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef79a53b-cc64-4f6e-98aa-887f1aca0930/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:23.767439-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": "Milwaukee Bucks",
                "amount": 7072.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "77ee1599-84c6-4d9e-8983-fbe98e38abbf",
            "gambit_id": "5cbec3b4-d275-48f7-bb5d-97ca760a33c8",
            "last_updated": "2023-04-06T13:17:08.400546-04:00",
            "created_at": "2023-04-05T09:22:23.769729-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54303cf-f8f7-4f61-872f-7d9c1aa3e59f/?format=api"
        },
        {
            "id": "a18d5a84-7d91-4707-aede-1148a479a78c",
            "gambit_id": "ec73f66e-0030-478c-a988-acdb64f7dc8e",
            "last_updated": "2023-04-06T13:17:08.401756-04:00",
            "created_at": "2023-04-05T09:22:23.772328-04:00",
            "name": "Chicago Bulls",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54303cf-f8f7-4f61-872f-7d9c1aa3e59f/?format=api"
        }
    ]
}