GET /api/bet_types/3ef4ad0e-101e-4db6-8cc4-1aa4f3d85d18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ef4ad0e-101e-4db6-8cc4-1aa4f3d85d18",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cbc9001-70d4-4a27-9625-3d8880b7277b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:13.945719-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 8106.0
            },
            {
                "team": "Draw",
                "amount": 1894.0
            }
        ],
        "expected_reward_tokens": 10454.88,
        "profit_sb": 954.88,
        "profit_sb_percentage": 10.05,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7229.0
            },
            {
                "team": "Draw",
                "amount": 1689.0
            },
            {
                "team": "Leicester City",
                "amount": 1082.0
            }
        ],
        "expected_reward_tokens": 9323.28,
        "profit_sb": -176.72,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ed5821d-6419-4090-9b37-b238cd2ab6d8",
            "gambit_id": "4641fc87-c7ee-4993-bee3-5de529ad3499",
            "last_updated": "2023-05-25T13:47:07.385058-04:00",
            "created_at": "2023-05-22T11:27:13.949073-04:00",
            "name": "Newcastle United",
            "reward": "1.29000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef4ad0e-101e-4db6-8cc4-1aa4f3d85d18/?format=api"
        },
        {
            "id": "3e101093-6e4c-4c09-95b0-0a1ade458899",
            "gambit_id": "c7abb6f5-c2e4-4731-ac2a-f072e2effcc7",
            "last_updated": "2023-05-25T13:47:07.387869-04:00",
            "created_at": "2023-05-22T11:27:13.950667-04:00",
            "name": "Draw",
            "reward": "5.52000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef4ad0e-101e-4db6-8cc4-1aa4f3d85d18/?format=api"
        },
        {
            "id": "019dec2f-8513-4235-9c25-d3847ff1b834",
            "gambit_id": "599fd447-50a6-4ac8-ab7a-f59f9dcc3e9c",
            "last_updated": "2023-05-25T13:47:07.390190-04:00",
            "created_at": "2023-05-22T11:27:13.947329-04:00",
            "name": "Leicester City",
            "reward": "8.62000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef4ad0e-101e-4db6-8cc4-1aa4f3d85d18/?format=api"
        }
    ]
}