GET /api/bet_types/95bf0188-60ac-4ad6-ad69-4065b93a965b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95bf0188-60ac-4ad6-ad69-4065b93a965b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eee37dc-3eb7-4a8d-98fe-b86de3026897/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:18.935673-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7192.0
            },
            {
                "team": "Draw",
                "amount": 2808.0
            }
        ],
        "expected_reward_tokens": 11793.6,
        "profit_sb": 2293.6,
        "profit_sb_percentage": 24.14,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5632.0
            },
            {
                "team": "Draw",
                "amount": 2199.0
            },
            {
                "team": "Leeds United",
                "amount": 2168.0
            }
        ],
        "expected_reward_tokens": 9235.68,
        "profit_sb": -264.32,
        "profit_sb_percentage": -2.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd11d969-02d5-466e-8a8a-110927b7d686",
            "gambit_id": "167dc160-142d-42c4-8fe1-67bc4298ab4b",
            "last_updated": "2023-04-18T12:12:05.079160-04:00",
            "created_at": "2023-04-14T12:02:18.937229-04:00",
            "name": "Liverpool",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95bf0188-60ac-4ad6-ad69-4065b93a965b/?format=api"
        },
        {
            "id": "6d23aca5-7b01-4f70-a6ca-6e92253bb563",
            "gambit_id": "022cd069-6376-4cfc-b87e-a0f4f242081f",
            "last_updated": "2023-04-18T12:12:05.081873-04:00",
            "created_at": "2023-04-14T12:02:18.940273-04:00",
            "name": "Draw",
            "reward": "4.20000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95bf0188-60ac-4ad6-ad69-4065b93a965b/?format=api"
        },
        {
            "id": "e9723d4d-c1db-4fe6-b092-c05e25fe539a",
            "gambit_id": "8b68e0cf-3796-453a-94f2-994aa883b7a6",
            "last_updated": "2023-04-18T12:12:05.080501-04:00",
            "created_at": "2023-04-14T12:02:18.938753-04:00",
            "name": "Leeds United",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95bf0188-60ac-4ad6-ad69-4065b93a965b/?format=api"
        }
    ]
}