GET /api/bet_types/306f1a9d-e7a9-43fb-8ef3-8dbef03c0cc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "306f1a9d-e7a9-43fb-8ef3-8dbef03c0cc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/88ba74df-0485-4c10-970f-33e2b654e4bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-04T09:13:07.270905-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": "PHI (A Nola)",
                "amount": 5831.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9504.53,
        "profit_sb": 4.53,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "32192cb8-2579-4260-9aa4-752c3c0923a3",
            "gambit_id": "04e8ee76-22c5-4e11-9689-f3c3e6e6c5ce",
            "last_updated": "2023-10-05T09:13:22.416239-04:00",
            "created_at": "2023-10-04T09:13:07.280221-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306f1a9d-e7a9-43fb-8ef3-8dbef03c0cc3/?format=api"
        },
        {
            "id": "291d158d-407c-4872-9eec-7fd5606cc65b",
            "gambit_id": "a99ec5f9-be48-4e4f-8b38-0c025d861dcf",
            "last_updated": "2023-10-05T09:13:22.408328-04:00",
            "created_at": "2023-10-04T09:13:07.275305-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306f1a9d-e7a9-43fb-8ef3-8dbef03c0cc3/?format=api"
        }
    ]
}