GET /api/bet_types/7abb365b-6d55-46a6-9019-6db33cd0c1c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7abb365b-6d55-46a6-9019-6db33cd0c1c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T08:13:17.929807-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": "MIA (J Luzardo)",
                "amount": 5604.0
            },
            {
                "team": "NYM (D Peterson)",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 9582.84,
        "profit_sb": 82.84,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "3cdbf629-bb0f-4d88-8de9-bf503ddc68c0",
            "gambit_id": "bd465684-aba7-4a93-8410-324b559f71e7",
            "last_updated": "2023-09-30T11:03:11.344123-04:00",
            "created_at": "2023-09-28T08:13:17.934518-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.71000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abb365b-6d55-46a6-9019-6db33cd0c1c5/?format=api"
        },
        {
            "id": "938e7a48-eed5-4deb-ab8a-f0aa1d1c93a3",
            "gambit_id": "0fe90a34-d68b-49c9-9884-263faf61181c",
            "last_updated": "2023-09-30T11:03:11.347718-04:00",
            "created_at": "2023-09-28T08:13:17.939738-04:00",
            "name": "NYM (D Peterson)",
            "reward": "2.18000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abb365b-6d55-46a6-9019-6db33cd0c1c5/?format=api"
        }
    ]
}