GET /api/bet_types/713c62b3-d90a-47c5-bc7e-f6d0e77b5ead/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "713c62b3-d90a-47c5-bc7e-f6d0e77b5ead",
    "match": "https://api-prod.gambitprofit.com/api/matches/66a46924-be30-49c2-944a-5f54866547c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:06.916356-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": "TEX (N Eovaldi)",
                "amount": 5492.0
            },
            {
                "team": "HOU (H Brown)",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9556.08,
        "profit_sb": 56.08,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9eb8075e-0a3c-4fa1-9b81-75e0f7aabab3",
            "gambit_id": "70b13a50-b15c-4622-8464-c88d114f1313",
            "last_updated": "2023-07-03T01:13:10.795599-04:00",
            "created_at": "2023-07-01T09:23:06.921545-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.74000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/713c62b3-d90a-47c5-bc7e-f6d0e77b5ead/?format=api"
        },
        {
            "id": "49104a44-8cdd-4f0a-aadf-5fa1e106f2e4",
            "gambit_id": "f173c63b-6059-48b1-95b5-54fe76f9abed",
            "last_updated": "2023-07-03T01:13:10.794110-04:00",
            "created_at": "2023-07-01T09:23:06.918904-04:00",
            "name": "HOU (H Brown)",
            "reward": "2.12000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/713c62b3-d90a-47c5-bc7e-f6d0e77b5ead/?format=api"
        }
    ]
}